Click or drag to resize

IMatrixManager Interface

Manages Video Matrixes (Kreuzschienen, Allegiant)

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public interface IMatrixManager : IDeviceManager

The IMatrixManager type exposes the following members.

Methods
 NameDescription
Public methodDisplayCamera Displays the given Camera on a monitor connected to a Matrix
Public methodGetCameras returns all cameras that are connected to the matrix m
Public methodGetConnectionState Gets the ConnectionState of a device.
(Inherited from IDeviceManager)
Public methodGetDeviceById Retrieves device handle by ID.
(Inherited from IDeviceManager)
Public methodGetDeviceByName Retrieves device handle by name.
(Inherited from IDeviceManager)
Public methodGetDeviceInfoList Gets information about all devices.
(Inherited from IDeviceManager)
Public methodGetInitialStates Triggers submission of current device state events to registered event receivers.
(Inherited from IDeviceManager)
Public methodGetMatrixById Gets the Allegiant matrix device corresponding to the given GUID
Public methodGetMatrixByName Gets the Allegiant matrix device corresponding to the given display name
Public methodGetMatrixInfoList Gets information for all matrix devices
Public methodGetName Retrieves device name.
(Inherited from IDeviceManager)
Public methodIsCameraDisplayable returns true if Camera c is connected to the Matrix m and can therefore be displayed
Public methodSendCommand Sends an Allegiant CCL command to the Allegiant matrix
Public methodSequenceBackward Sets the currently loaded sequence one step back
Public methodSequenceForward Forwards the currently loaded sequence one step
Public methodSequenceHold Holds the currently loaded sequence on that monitor
Public methodSequenceLoad Loads a sequence for a monitor
Public methodSequenceRun Starts the currently loaded sequence on that monitor
Public methodSequenceUnload Unloads the currently loaded sequence for that monitor
Public methodSetOsdMessage Sets the OSD message for the specified monitor
Top
See Also