NDEVR
API Documentation
NDEVRConnectionData

Holds the state of a single NDEVR network connection, including transmit and receive packets. More...

Collaboration diagram for NDEVRConnectionData:
[legend]

Public Attributes

String connection_id
 Unique identifier for this connection.
NDEVRDataPacket rx_message
 Incoming data packet being received.
void * socket = nullptr
 Opaque socket handle for the connection.
NDEVRDataPacket tx_message
 Outgoing data packet being assembled or sent.
uint04 window_size = 1024U
 Transmission window size in bytes.

Detailed Description

Holds the state of a single NDEVR network connection, including transmit and receive packets.


Definition at line 44 of file NDEVRCommunicationLogic.h.


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