32#ifndef SBG_INTERFACE_UDP_H
33#define SBG_INTERFACE_UDP_H
Main header for the SBG Systems common C library.
#define SBG_COMMON_LIB_API
Definition sbgDefines.h:79
enum _SbgErrorCode SbgErrorCode
This file implements the base interface for all Serial and Ethernet ports.
struct _SbgInterface SbgInterface
Definition sbgInterface.h:79
SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceUdpAllowBroadcast(SbgInterface *pInterface, bool allowBroadcast)
SBG_COMMON_LIB_API void sbgInterfaceUdpSetConnectedMode(SbgInterface *pInterface, bool useConnected)
SBG_COMMON_LIB_API bool sbgInterfaceUdpGetConnectedMode(const SbgInterface *pInterface)
SBG_COMMON_LIB_API SbgErrorCode sbgInterfaceUdpCreate(SbgInterface *pInterface, sbgIpAddress remoteAddr, uint32_t remotePort, uint32_t localPort)
uint32_t sbgIpAddress
Definition sbgTypes.h:66