21 #ifndef __SBG_INTERFACE_UDP_H__ 22 #define __SBG_INTERFACE_UDP_H__ 41 #define SBG_INTERFACE_UDP_PACKET_MAX_SIZE (1400) This file implements the base interface for all Serial and Ethernet ports.
struct _SbgInterfaceUdp SbgInterfaceUdp
SbgErrorCode sbgInterfaceUdpRead(SbgInterface *pHandle, void *pBuffer, size_t *pReadBytes, size_t bytesToRead)
SbgErrorCode sbgInterfaceUdpCreate(SbgInterface *pHandle, sbgIpAddress remoteAddr, uint32 remotePort, uint32 localPort)
SbgErrorCode sbgInterfaceUdpDestroy(SbgInterface *pHandle)
SbgErrorCode sbgInterfaceUdpAllowBroadcast(SbgInterface *pHandle, bool allowBroadcast)
SbgErrorCode sbgInterfaceUdpWrite(SbgInterface *pHandle, const void *pBuffer, size_t bytesToWrite)
enum _SbgErrorCode SbgErrorCode