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

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

Populates an Int32 array with ints retrieved from the message.

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

Syntax


public void GetInts(

	int amount,

	int[] intoArray,

	int startIndex

)

Parameters

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