EthernetCardGetCards Method |
Returns a list of all the ethernet cards in this machine.
Namespace:
Demo3D.Common
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic static List<EthernetCard> GetCards()
Return Value
Type:
ListEthernetCardA list of ethernet card information objects, one for each ethernet card detected.
See Also