20 #ifndef __SBG_ECOM_CMD_INTERFACE_H__ 21 #define __SBG_ECOM_CMD_INTERFACE_H__ This file groups all common definitions required by all commands.
SbgErrorCode sbgEComCmdInterfaceSetUartConf(SbgEComHandle *pHandle, SbgEComPortId interfaceId, const SbgEComInterfaceConf *pConf)
enum _SbgEComPortId SbgEComPortId
SbgErrorCode sbgEComCmdInterfaceGetCanConf(SbgEComHandle *pHandle, SbgEComCanBitRate *pBitrate)
struct _SbgEComInterfaceConf SbgEComInterfaceConf
enum _SbgEComCanBitRate SbgEComCanBitRate
SbgErrorCode sbgEComCmdInterfaceSetCanConf(SbgEComHandle *pHandle, SbgEComCanBitRate bitrate)
SbgErrorCode sbgEComCmdInterfaceGetUartConf(SbgEComHandle *pHandle, SbgEComPortId interfaceId, SbgEComInterfaceConf *pConf)
enum _SbgEComPortMode SbgEComPortMode
enum _SbgErrorCode SbgErrorCode