Click or drag to resize

IDecoderManagerGetDecoderByName Method

Gets a Decoder handle by decoder monitor pane name. Decoder monitor panes are named by pattern "Monitor <Number of decoder channel> (<Decoder IP address>) (<Number of decoder monitor pane>)".

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Decoder GetDecoderByName(
	string name
)

Parameters

name  String
Decoder monitor pane name.

Return Value

Decoder
Decoder handle if decoder monitor pane entity with a specified name exists in the configuration and is permitted to caller. Otherwise null-handle (IsNull) is returned.
See Also