Click or drag to resize

GHASysSendCommand Method

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

Sends the provided string using the command device. The command device is assumed to implement either the IInfraredOutput or ISerialPort capabilities

Namespace:  GHASchema.Helpers
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public static bool SendCommand(
	IGHAObject gCommandDevice,
	string command
)

Parameters

gCommandDevice
Type: GHASchemaIGHAObject
Device to use
command
Type: SystemString
Command to send

Return Value

Type: Boolean

[Missing <returns> documentation for "M:GHASchema.Helpers.GHASys.SendCommand(GHASchema.IGHAObject,System.String)"]

See Also