NetworkCard Class |
Namespace: Demo3D.IO
public class NetworkCard
The NetworkCard type exposes the following members.
| Name | Description | |
|---|---|---|
| NetworkCard |
Constructs a NetworkCard from a system Network Interface Card.
|
| Name | Description | |
|---|---|---|
| Description |
Returns the network card interface description.
| |
| Id |
Returns the ethernet card interface id.
| |
| Name |
Returns the network card interface name.
| |
| NIC |
Returns the system Network Interface Card.
| |
| PhysicalAddress |
Returns the network address.
|
| Name | Description | |
|---|---|---|
| GetCardByEthernetAddress |
Returns ethernet card information given an ethernet address.
| |
| GetCardById |
Returns ethernet card information given a card id.
| |
| GetCards |
Returns a list of all the ethernet cards in this machine.
| |
| GetIPv4Configuration |
Returns the IPv4 configuration for this card.
|