#include <sbgInterfaceUdp.h>
Public Attributes | |
uint32_t | localPort |
void * | pUdpSocket |
sbgIpAddress | remoteAddr |
uint32_t | remotePort |
Structure that stores all internal data used by the UDP interface.
Definition at line 43 of file sbgInterfaceUdp.h.
uint32_t _SbgInterfaceUdp::localPort |
Ethernet port on which the interface is listening.
Definition at line 48 of file sbgInterfaceUdp.h.
void* _SbgInterfaceUdp::pUdpSocket |
The socket used to send and / or receive some UDP data.
Definition at line 45 of file sbgInterfaceUdp.h.
sbgIpAddress _SbgInterfaceUdp::remoteAddr |
IP address to send data to.
Definition at line 46 of file sbgInterfaceUdp.h.
uint32_t _SbgInterfaceUdp::remotePort |
Ethernet port to send data to.
Definition at line 47 of file sbgInterfaceUdp.h.