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