Click or drag to resize

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)
Syntax
C#
public static List<EthernetCard> GetCards()

Return Value

Type: ListEthernetCard
A list of ethernet card information objects, one for each ethernet card detected.
See Also