Go to the source code of this file.
Functions | |
SbgErrorCode | sbgEComCmdSyncInGetConf (SbgEComHandle *pHandle, SbgEComSyncInId syncInId, SbgEComSyncInConf *pConf) |
SbgErrorCode | sbgEComCmdSyncInSetConf (SbgEComHandle *pHandle, SbgEComSyncInId syncInId, const SbgEComSyncInConf *pConf) |
SbgErrorCode | sbgEComCmdSyncOutGetConf (SbgEComHandle *pHandle, SbgEComSyncOutId syncOutId, SbgEComSyncOutConf *pConf) |
SbgErrorCode | sbgEComCmdSyncOutSetConf (SbgEComHandle *pHandle, SbgEComSyncOutId syncOutId, const SbgEComSyncOutConf *pConf) |
SbgErrorCode sbgEComCmdSyncInGetConf | ( | SbgEComHandle * | pHandle, |
SbgEComSyncInId | syncInId, | ||
SbgEComSyncInConf * | pConf | ||
) |
Retrieve the configuration of a Sync In.
[in] | pHandle | A valid sbgECom handle. |
[in] | syncInId | The id of the sync whose configuration is to be retrieved. |
[out] | pConf | Pointer to a SbgEComSyncInConf to contain the current configuration of the sync in. |
Definition at line 15 of file sbgEComCmdEvent.c.
SbgErrorCode sbgEComCmdSyncInSetConf | ( | SbgEComHandle * | pHandle, |
SbgEComSyncInId | syncInId, | ||
const SbgEComSyncInConf * | pConf | ||
) |
Set the configuration of a Sync In.
[in] | pHandle | A valid sbgECom handle. |
[in] | syncInId | The id of the sync whose configuration is to be set. |
[in] | pConf | Pointer to a SbgEComSyncInConf that contains the new configuration for the sync in. |
Definition at line 91 of file sbgEComCmdEvent.c.
SbgErrorCode sbgEComCmdSyncOutGetConf | ( | SbgEComHandle * | pHandle, |
SbgEComSyncOutId | syncOutId, | ||
SbgEComSyncOutConf * | pConf | ||
) |
Retrieve the configuration of a Sync Out.
[in] | pHandle | A valid sbgECom handle. |
[in] | syncOutId | The id of the sync whose configuration is to be retrieved. |
[out] | pConf | Pointer to a SbgEComSyncOutConf to contain the current configuration of the sync out. |
Definition at line 163 of file sbgEComCmdEvent.c.
SbgErrorCode sbgEComCmdSyncOutSetConf | ( | SbgEComHandle * | pHandle, |
SbgEComSyncOutId | syncOutId, | ||
const SbgEComSyncOutConf * | pConf | ||
) |
Set the configuration of a Sync Out.
[in] | pHandle | A valid sbgECom handle. |
[in] | syncOutId | The id of the sync whose configuration is to be set. |
[in] | pConf | Pointer to a SbgEComSyncOutConf that contains the new configuration for the sync Out. |
Definition at line 241 of file sbgEComCmdEvent.c.