KangarooChannelSystemCommand Method Kangaroo Library for .NET
Sends a system command. These are mostly for advanced use cases.

Namespace: DimensionEngineering.Kangaroo
Assembly: DimensionEngineering.Kangaroo (in DimensionEngineering.Kangaroo.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax

public KangarooError SystemCommand(
	KangarooSystemCommand systemCommand,
	bool expectReply,
	params int[] values
)

Parameters

systemCommand
Type: DimensionEngineering.KangarooKangarooSystemCommand
The command to set.
expectReply
Type: SystemBoolean
Whether or not to expect a reply. If a command has an unusual effect on the state of the Kangaroo, expecting a reply may cause the command to retry until it times out.
values
Type: SystemInt32
The parameters of the command.

Return Value

Type: KangarooError
A KangarooError.
See Also

Reference