ItalaApiC
1.3.3
|
This is a struct to contain all the data of inteferfaces. This struct contains all the data of the interfaces. More...
Public Attributes | |
char | ID [ITFINFO_ID_LENGTH] |
The unique ID of the interface. | |
char | DisplayName [ITFINFO_DISPLAYNAME_LENGTH] |
uint32_t | IpAddress |
IP address of the interface in host byte order. | |
uint64_t | MacAddress |
Mac address of the interface in host byte order. | |
uint32_t | SubnetMask |
Subnet mask of the interface in the same format described in IpAddress. | |
This is a struct to contain all the data of inteferfaces. This struct contains all the data of the interfaces.
char InterfaceInfo::DisplayName[ITFINFO_DISPLAYNAME_LENGTH] |
String containing the user readable name of the interface.