
Go to the source code of this file.
Functions | |
| SbgErrorCode | sbgEComCmdAdvancedGetConf (SbgEComHandle *pHandle, SbgEComAdvancedConf *pConf) |
| SbgErrorCode | sbgEComCmdAdvancedGetThresholds (SbgEComHandle *pHandle, SbgEComValidityThresholds *pConf) |
| SbgErrorCode | sbgEComCmdAdvancedSetConf (SbgEComHandle *pHandle, const SbgEComAdvancedConf *pConf) |
| SbgErrorCode | sbgEComCmdAdvancedSetThresholds (SbgEComHandle *pHandle, const SbgEComValidityThresholds *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 sbgEComCmdAdvancedGetThresholds | ( | SbgEComHandle * | pHandle, |
| SbgEComValidityThresholds * | pConf | ||
| ) |
Retrieve the current validity thresholds
| [in] | pHandle | A valid sbgECom handle. |
| [out] | pConf | Pointer to a SbgEComValidityThresholds to contain the current configuration. |
Definition at line 154 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 84 of file sbgEComCmdAdvanced.c.
| SbgErrorCode sbgEComCmdAdvancedSetThresholds | ( | SbgEComHandle * | pHandle, |
| const SbgEComValidityThresholds * | pConf | ||
| ) |
Set the validity thresholds
| [in] | pHandle | A valid sbgECom handle. |
| [in] | pConf | Pointer to a SbgEComValidityThresholds that contains the new configuration. |
Definition at line 228 of file sbgEComCmdAdvanced.c.