Click or drag to resize

IMatrixManagerSendCommand Method

Sends an Allegiant CCL command to the Allegiant matrix

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void SendCommand(
	Matrix m,
	string command
)

Parameters

m  Matrix
 
command  String
 
Exceptions
ExceptionCondition
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
Remarks
To use the CCL commands you need the CCL User Guide. This manual is available in the Online Product Catalog in the document section of each LTC Allegiant Matrix.
See Also