CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
cmlabs::utils::NetworkInterfaces Struct Reference

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]

Detailed Description

Description of one local network interface (IPv4 address, MAC and names).

Definition at line 1441 of file Utils.h.

Member Data Documentation

◆ address

uint32 cmlabs::utils::NetworkInterfaces::address

◆ friendlyName

char cmlabs::utils::NetworkInterfaces::friendlyName[MAXKEYNAMELEN+1]

Definition at line 1445 of file Utils.h.

Referenced by cmlabs::utils::GetLocalInterfaces().

◆ mac

uint64 cmlabs::utils::NetworkInterfaces::mac

◆ name

char cmlabs::utils::NetworkInterfaces::name[MAXKEYNAMELEN+1]

Definition at line 1444 of file Utils.h.

Referenced by cmlabs::utils::GetLocalInterfaces().


The documentation for this struct was generated from the following file:
  • /home/ubuntu/c/partner/psyclone2/CMSDK/include/Utils.h