IDecoderManagerGetDecoderById Method |  |
Gets a Decoder handle by ID.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxDecoder GetDecoderById(
Guid id
)
Parameters
- id Guid
- Decoder monitor pane ID. IDs of decoder monitor panes can be retrieved by GetDecoderInfoList method,
which returns Decoder instances that contain related Id of decoder monitor panes.
Return Value
Decoder
Decoder handle if decoder monitor pane entity with a specified ID exists in the configuration and is permitted to caller.
Otherwise null-handle (
IsNull) is returned.
See Also