com.onlineobject.objectnet Namespace
com.onlineobject.objectnet.server Namespace

EmbeddedMessage..::..GetBools Method (Int32, array<Boolean>[]()[][], Int32)

Populates a Boolean array with bools retrieved from the message.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void GetBools(

	int amount,

	bool[] intoArray,

	int startIndex

)

Parameters

amount
Type: Int32
The amount of bools to retrieve.
intoArray
Type: array<Boolean>[]()[][]
The array to populate.
startIndex
Type: Int32
The position at which to start populating the array.