NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_TCP_Socket Struct Reference
Collaboration diagram for stru_TCP_Socket:

Data Fields

UINT SocketId
 
PSOCKETADDRESS localAddr
 
PSOCKETADDRESS remoteAddr
 
NETSIM_ID localDeviceId
 
NETSIM_ID remoteDeviceId
 
ptrSOCKETINTERFACE sId
 
bool waitFromApp
 
bool isAPPClose
 
NETSIM_ID appId
 
PTCB tcb
 
void(* listen_callback )(struct stru_TCP_Socket *s, NetSim_PACKET *)
 
PTCP_METRICS tcpMetrics
 

Detailed Description

Definition at line 118 of file TCP.h.

Field Documentation

◆ appId

NETSIM_ID stru_TCP_Socket::appId

Definition at line 130 of file TCP.h.

◆ isAPPClose

bool stru_TCP_Socket::isAPPClose

Definition at line 129 of file TCP.h.

◆ listen_callback

void(* stru_TCP_Socket::listen_callback) (struct stru_TCP_Socket *s, NetSim_PACKET *)

Definition at line 138 of file TCP.h.

◆ localAddr

PSOCKETADDRESS stru_TCP_Socket::localAddr

Definition at line 121 of file TCP.h.

◆ localDeviceId

NETSIM_ID stru_TCP_Socket::localDeviceId

Definition at line 125 of file TCP.h.

◆ remoteAddr

PSOCKETADDRESS stru_TCP_Socket::remoteAddr

Definition at line 122 of file TCP.h.

◆ remoteDeviceId

NETSIM_ID stru_TCP_Socket::remoteDeviceId

Definition at line 126 of file TCP.h.

◆ sId

ptrSOCKETINTERFACE stru_TCP_Socket::sId

Definition at line 127 of file TCP.h.

◆ SocketId

UINT stru_TCP_Socket::SocketId

Definition at line 120 of file TCP.h.

◆ tcb

PTCB stru_TCP_Socket::tcb

Definition at line 132 of file TCP.h.

◆ tcpMetrics

PTCP_METRICS stru_TCP_Socket::tcpMetrics

Definition at line 140 of file TCP.h.

◆ waitFromApp

bool stru_TCP_Socket::waitFromApp

Definition at line 128 of file TCP.h.


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