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

EmbeddedMessage..::..Add Method (UInt16)

Adds a [ushort] to the message.

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

Syntax


public EmbeddedMessage Add(

	ushort value

)

Parameters

value
Type: UInt16
The [ushort] to add.

Return Value

The message that the [ushort] was added to.

Remarks


This method is simply an alternative way of calling AddUShort(UInt16).