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

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

Populates a Int64 array with longs retrieved from the message.

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

Syntax


public void GetLongs(

	int amount,

	long[] intoArray,

	int startIndex

)

Parameters

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