IMatrix |
public interface IMatrixManager : IDeviceManager
The IMatrixManager type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayCamera | Displays the given Camera on a monitor connected to a Matrix | |
| GetCameras | returns all cameras that are connected to the matrix m | |
| GetConnectionState |
Gets the ConnectionState of a device.
(Inherited from IDeviceManager) | |
| GetDeviceById |
Retrieves device handle by ID.
(Inherited from IDeviceManager) | |
| GetDeviceByName |
Retrieves device handle by name.
(Inherited from IDeviceManager) | |
| GetDeviceInfoList |
Gets information about all devices.
(Inherited from IDeviceManager) | |
| GetInitialStates |
Triggers submission of current device state events to registered event receivers.
(Inherited from IDeviceManager) | |
| GetMatrixById | Gets the Allegiant matrix device corresponding to the given GUID | |
| GetMatrixByName | Gets the Allegiant matrix device corresponding to the given display name | |
| GetMatrixInfoList | Gets information for all matrix devices | |
| GetName |
Retrieves device name.
(Inherited from IDeviceManager) | |
| IsCameraDisplayable | returns true if Camera c is connected to the Matrix m and can therefore be displayed | |
| SendCommand | Sends an Allegiant CCL command to the Allegiant matrix | |
| SequenceBackward | Sets the currently loaded sequence one step back | |
| SequenceForward | Forwards the currently loaded sequence one step | |
| SequenceHold | Holds the currently loaded sequence on that monitor | |
| SequenceLoad | Loads a sequence for a monitor | |
| SequenceRun | Starts the currently loaded sequence on that monitor | |
| SequenceUnload | Unloads the currently loaded sequence for that monitor | |
| SetOsdMessage | Sets the OSD message for the specified monitor |