Click or drag to resize

IDecoderManagerGetSequenceOnDecoder Method

Return the sequence that is running on the decoder. If no sequence is running Sequence.IsNull property is true

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Sequence GetSequenceOnDecoder(
	Decoder decoder
)

Parameters

decoder  Decoder
Decoder handle where sequence is running.

Return Value

Sequence
Sequence handle that is running on specified decoder.
Exceptions
ExceptionCondition
SdkException Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
See Also