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

EmbeddedMessage..::..GetSBytes Method (Int32, array<SByte>[]()[][], Int32)

Populates a SByte array with bytes retrieved from the message.

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

Syntax


public void GetSBytes(

	int amount,

	sbyte[] intArray,

	int startIndex

)

Parameters

amount
Type: Int32
The amount of sbytes to retrieve.
intArray
Type: array<SByte>[]()[][]
The array to populate.
startIndex
Type: Int32
The position at which to start populating intArray.