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

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

Populates a UInt64 array with ulongs retrieved from the message.

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

Syntax


public void GetULongs(

	int amount,

	ulong[] intoArray,

	int startIndex

)

Parameters

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