Click or drag to resize

GHAMatrixSwitcherSendMessageToZone Method

[This is preliminary documentation and is subject to change.]

For hardware that supports it, sends a message to a switcher zone that can be ultimately displayed to the end user

Namespace:  GHASchema.Classes.Device.AudioVideo
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public virtual void SendMessageToZone(
	IMatrixSwitcherZone zone,
	string Message,
	int line
)

Parameters

zone
Type: GHASchema.Classes.Capabilities.MediaIMatrixSwitcherZone

[Missing <param name="zone"/> documentation for "M:GHASchema.Classes.Device.AudioVideo.GHAMatrixSwitcher.SendMessageToZone(GHASchema.Classes.Capabilities.Media.IMatrixSwitcherZone,System.String,System.Int32)"]

Message
Type: SystemString

[Missing <param name="Message"/> documentation for "M:GHASchema.Classes.Device.AudioVideo.GHAMatrixSwitcher.SendMessageToZone(GHASchema.Classes.Capabilities.Media.IMatrixSwitcherZone,System.String,System.Int32)"]

line
Type: SystemInt32

[Missing <param name="line"/> documentation for "M:GHASchema.Classes.Device.AudioVideo.GHAMatrixSwitcher.SendMessageToZone(GHASchema.Classes.Capabilities.Media.IMatrixSwitcherZone,System.String,System.Int32)"]

Implements

IMatrixSwitcherSendMessageToZone(IMatrixSwitcherZone, String, Int32)
See Also