KangarooStatus Constructor Kangaroo Library for .NET
Constructs a new KangarooStatus by parsing a status response.

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

public KangarooStatus(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
The buffer containing the status response to parse.
offset
Type: SystemInt32
The offset into the buffer.
count
Type: SystemInt32
The number of bytes.
See Also

Reference