EmbeddedMessage..::..AddInts Method
Adds an Int32 array message.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public EmbeddedMessage AddInts( int[] array, bool includeLength )
Parameters
- array
- Type: array<Int32>[]()[][]
The array to add.
- includeLength
- Type: Boolean
Whether or not to include the length of the array in the message.