Public Attributes | List of all members
_SbgInterfaceUdp Struct Reference

#include <sbgInterfaceUdp.h>

Public Attributes

uint32_t localPort
 
void * pUdpSocket
 
sbgIpAddress remoteAddr
 
uint32_t remotePort
 

Detailed Description

Structure that stores all internal data used by the UDP interface.

Definition at line 43 of file sbgInterfaceUdp.h.

Member Data Documentation

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.


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


sbg_driver
Author(s): SBG Systems
autogenerated on Thu Oct 22 2020 03:47:22