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

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

Populates a UInt32 array with uints retrieved from the message.

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

Syntax


public void GetUInts(

	int amount,

	uint[] intoArray,

	int startIndex

)

Parameters

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