FreeNOS
Data Fields
NetworkClient::PacketInfo Struct Reference

Describes a single packet. More...

#include <NetworkClient.h>

Data Fields

Address address
 
Size size
 

Detailed Description

Describes a single packet.

This structure is used for operations that involve multiple packets, for example: SendMultiple.

Definition at line 79 of file NetworkClient.h.

Field Documentation

◆ address

Address NetworkClient::PacketInfo::address

Definition at line 81 of file NetworkClient.h.

Referenced by sendmsg(), and UDPSocket::write().

◆ size

Size NetworkClient::PacketInfo::size

Definition at line 82 of file NetworkClient.h.

Referenced by sendmsg(), and UDPSocket::write().


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