IDecoderManagerGetSequenceOnDecoder Method |  |
Return the sequence that is running on the decoder.
If no sequence is running Sequence.IsNull property is true
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxSequence GetSequenceOnDecoder(
Decoder decoder
)
Parameters
- decoder Decoder
- Decoder handle where sequence is running.
Return Value
SequenceSequence handle that is running on specified
decoder.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
|
See Also