Click or drag to resize

IMatrixManagerSetOsdMessage Method

Sets the OSD message for the specified monitor

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void SetOsdMessage(
	Matrix m,
	int monitorNr,
	string message
)

Parameters

m  Matrix
monitorNr  Int32
message  String
ODS message
Exceptions
ExceptionCondition
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also