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

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

Populates a UInt16 array with ushorts retrieved from the message.

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

Syntax


public void GetUShorts(

	int amount,

	ushort[] intoArray,

	int startIndex

)

Parameters

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