Network Services API
2.00.00.16
|
The SlNetIf_t structure holds the configuration of the interface Its ID, name, flags and the configuration list - SlNetIf_Config_t. More...
#include <slnetif.h>
Data Fields | |
uint32_t | ifID |
char * | ifName |
int32_t | flags |
SlNetIf_Config_t * | ifConf |
void * | ifContext |
The SlNetIf_t structure holds the configuration of the interface Its ID, name, flags and the configuration list - SlNetIf_Config_t.
uint32_t _SlNetIf_t::ifID |
char* _SlNetIf_t::ifName |
int32_t _SlNetIf_t::flags |
SlNetIf_Config_t* _SlNetIf_t::ifConf |
void* _SlNetIf_t::ifContext |