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

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

Populates a Int16 array with shorts retrieved from the message.

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

Syntax


public void GetShorts(

	int amount,

	short[] intoArray,

	int startIndex

)

Parameters

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