ItalaApiC  1.3.3
Public Attributes | List of all members
InterfaceInfo Struct Reference

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.
 

Detailed Description

This is a struct to contain all the data of inteferfaces. This struct contains all the data of the interfaces.

Member Data Documentation

◆ DisplayName

char InterfaceInfo::DisplayName[ITFINFO_DISPLAYNAME_LENGTH]

String containing the user readable name of the interface.


The documentation for this struct was generated from the following file: