Netif.idl 174 B

1234567891011
  1. namespace Maple_App
  2. {
  3. [bindable]
  4. [default_interface]
  5. runtimeclass Netif
  6. {
  7. Netif();
  8. String Desc{ get; };
  9. String Addr{ get; };
  10. }
  11. }