Go to the source code of this file.
Functions | |
SbgErrorCode | sbgEComCmdAdvancedGetConf (SbgEComHandle *pHandle, SbgEComAdvancedConf *pConf) |
SbgErrorCode | sbgEComCmdAdvancedSetConf (SbgEComHandle *pHandle, const SbgEComAdvancedConf *pConf) |
SbgErrorCode sbgEComCmdAdvancedGetConf | ( | SbgEComHandle * | pHandle, |
SbgEComAdvancedConf * | pConf | ||
) |
Retrieve the advanced configurations.
[in] | pHandle | A valid sbgECom handle. |
[out] | pConf | Pointer to a SbgEComAdvancedConf to contain the current configuration. |
Definition at line 14 of file sbgEComCmdAdvanced.c.
SbgErrorCode sbgEComCmdAdvancedSetConf | ( | SbgEComHandle * | pHandle, |
const SbgEComAdvancedConf * | pConf | ||
) |
Set the advanced configurations.
[in] | pHandle | A valid sbgECom handle. |
[in] | pConf | Pointer to a SbgEComAdvancedConf that contains the new configuration. |
Definition at line 94 of file sbgEComCmdAdvanced.c.