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

EmbeddedMessage..::..Add Method (Int16)

Adds a [short] to the message.

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

Syntax


public EmbeddedMessage Add(

	short value

)

Parameters

value
Type: Int16
The [short] to add.

Return Value

The message that the [short] was added to.

Remarks


This method is simply an alternative way of calling AddShort(Int16).