Codec C90 User Manual
D14128.02—NOVEMBER 2008
78
Codec C90
System Integrator Guide
Contents Introduction Getting Started Interfaces About the API xConfiguration xCommand xStatus Cameras Appendices Contact us
xCommand
xCommand SStringSend
Used to send data to far end, e.g. for control systems. Uses the H.224 data channel (UDP).
Required parameters with (r):
Message(r): <S: 1, 256>
CallId: <0..65534>
Example:
xCommand SStringSend CallId:4 Message:”This is a test”
*r SStringSendResult (status=OK):
*r/e n d
OK
xCommand Standby Activate
Set system in standby mode.
Example:
xCommand Standby Activate
*r ActivateResult (status=OK):
*r/e n d
OK
xCommand Standby Deactivate
Bring system out of standby mode.
Example:
xCommand Standby Deactivate
*r DeactivateResult (status=OK):
*r/e n d
OK
xCommand Standby ResetTimer
System will enter standby mode after time specified by Delay parameter.
Required parameters with (r):
Delay: <1..480>
Example:
xCommand Standby ResetTimer Delay:10
*r ResetResult (status=OK):
*r/e n d
OK
The SString Send command The Standby commands