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

EmbeddedMessage..::..GetBytes Method (Int32, array<Byte>[]()[][], Int32)

Populates a Byte array with bytes retrieved from the message.

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

Syntax


public void GetBytes(

	int amount,

	byte[] intoArray,

	int startIndex

)

Parameters

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