KangarooChannelSerialTimeout Method Kangaroo Library for .NET
Sets the serial timeout. This affects all channels of the controller that receives the command.

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

public KangarooError SerialTimeout(
	int milliseconds
)

Parameters

milliseconds
Type: SystemInt32
The timeout, in milliseconds. A value of zero uses the DEScribe setting. Infinite disables the timeout.

Return Value

Type: KangarooError
A KangarooError, usually None.
See Also

Reference