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

EmbeddedMessage..::..AddShort Method

Adds a Int16 to the message.

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

Syntax


public EmbeddedMessage AddShort(

	short value

)

Parameters

value
Type: Int16
The Int16 to add.

Return Value

The message that the Int16 was added to.