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

EmbeddedMessage..::..AddShorts Method

Adds a Int16 array to the message.

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

Syntax


public EmbeddedMessage AddShorts(

	short[] array,

	bool includeLength

)

Parameters

array
Type: array<Int16>[]()[][]
The array to add.
includeLength
Type: Boolean
Whether or not to include the length of the array in the message.

Return Value

The message that the array was added to.