Go to the documentation of this file.
21 #ifndef SBG_INTERFACE_UDP_H
22 #define SBG_INTERFACE_UDP_H
34 #define SBG_INTERFACE_UDP_PACKET_MAX_SIZE (1400)
SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceUdpRead(SbgInterface *pHandle, void *pBuffer, size_t *pReadBytes, size_t bytesToRead)
SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceUdpDestroy(SbgInterface *pHandle)
SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceUdpWrite(SbgInterface *pHandle, const void *pBuffer, size_t bytesToWrite)
#define SBG_COMMON_LIB_API
Header file that contains all common definitions.
SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceUdpCreate(SbgInterface *pHandle, sbgIpAddress remoteAddr, uint32_t remotePort, uint32_t localPort)
SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceUdpAllowBroadcast(SbgInterface *pHandle, bool allowBroadcast)
enum _SbgErrorCode SbgErrorCode
Header file that defines all error codes for SBG Systems libraries.
struct _SbgInterfaceUdp SbgInterfaceUdp
sbg_driver
Author(s): SBG Systems
autogenerated on Fri Oct 11 2024 02:13:40