|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Description of one local network interface (IPv4 address, MAC and names). More...
#include <Utils.h>
Public Attributes | |
| uint32 | address |
| uint64 | mac |
| char | name [MAXKEYNAMELEN+1] |
| char | friendlyName [MAXKEYNAMELEN+1] |
Description of one local network interface (IPv4 address, MAC and names).
| uint32 cmlabs::utils::NetworkInterfaces::address |
Definition at line 1467 of file Utils.h.
Referenced by cmlabs::utils::GetLocalInterfaces(), and cmlabs::utils::GetLocalIPAddresses().
| char cmlabs::utils::NetworkInterfaces::friendlyName[MAXKEYNAMELEN+1] |
Definition at line 1470 of file Utils.h.
Referenced by _wrap_NetworkInterfaces_friendlyName_set(), and cmlabs::utils::GetLocalInterfaces().
| uint64 cmlabs::utils::NetworkInterfaces::mac |
Definition at line 1468 of file Utils.h.
Referenced by cmlabs::utils::GetLocalInterfaces(), cmlabs::utils::GetLocalMACAddress(), and cmlabs::utils::GetLocalMACAddresses().
| char cmlabs::utils::NetworkInterfaces::name[MAXKEYNAMELEN+1] |
Definition at line 1469 of file Utils.h.
Referenced by _wrap_NetworkInterfaces_name_set(), and cmlabs::utils::GetLocalInterfaces().