NetSim Source Code Help
Loading...
Searching...
No Matches
stru_clientInfo Struct Reference

#include <CLI.h>

Collaboration diagram for stru_clientInfo:
Collaboration graph

Data Structures

union  client
 

Data Fields

CLIENTTYPE clientType
 
union stru_clientInfo::client CLIENT
 
NETSIM_ID deviceId
 
char * deviceName
 
char * promptString
 
bool isMultResp
 
bool(* multResp )(void *, char *, int, bool)
 
void * multRespArg
 
struct stru_clientInfonext
 
NETSIM_ID clientId
 
UINT16 clientPort
 
NETSIM_IPAddress clientIP
 
ptrSOCKETINTERFACE sock
 

Detailed Description

Definition at line 69 of file CLI.h.

Field Documentation

◆ CLIENT

union stru_clientInfo::client stru_clientInfo::CLIENT

◆ clientId

NETSIM_ID stru_clientInfo::clientId

Definition at line 31 of file OpenFlow.h.

◆ clientIP

NETSIM_IPAddress stru_clientInfo::clientIP

Definition at line 33 of file OpenFlow.h.

◆ clientPort

UINT16 stru_clientInfo::clientPort

Definition at line 32 of file OpenFlow.h.

◆ clientType

CLIENTTYPE stru_clientInfo::clientType

Definition at line 71 of file CLI.h.

◆ deviceId

NETSIM_ID stru_clientInfo::deviceId

Definition at line 79 of file CLI.h.

◆ deviceName

char* stru_clientInfo::deviceName

Definition at line 80 of file CLI.h.

◆ isMultResp

bool stru_clientInfo::isMultResp

Definition at line 84 of file CLI.h.

◆ multResp

bool(* stru_clientInfo::multResp) (void *, char *, int, bool)

Definition at line 85 of file CLI.h.

◆ multRespArg

void* stru_clientInfo::multRespArg

Definition at line 86 of file CLI.h.

◆ next

struct stru_clientInfo * stru_clientInfo::next

Definition at line 87 of file CLI.h.

◆ promptString

char* stru_clientInfo::promptString

Definition at line 82 of file CLI.h.

◆ sock

ptrSOCKETINTERFACE stru_clientInfo::sock

Definition at line 34 of file OpenFlow.h.


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