ActionCommandStatus Enumeration#
Syntax#
C#
VB
Members#
Member name | Value | Description | |
---|---|---|---|
Ok | 0 | The camera acknowledged the command. | |
NoReferenceTime | -519995373 | The camera is not synchronized to a master clock to be used as time reference. Typically used when scheduled action commands cannot be scheduled for a future time since the reference time coming from IEEE 1588 is not locked. The action command has been ignored by the camera. | |
Overflow | -519995371 | Returned when the scheduled action commands queue is full and the camera cannot accept the additional request. The action command has been discarded by the camera. | |
ActionLate | -519995370 | The requested scheduled action command was requested at a point in time that is in the past. | |
NoAcknowledgeReceived | -1 | No acknowledge received for action command. |