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

EmbeddedMessage..::..AddUShort Method

Adds a UInt16 to the message.

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

Syntax


public EmbeddedMessage AddUShort(

	ushort value

)

Parameters

value
Type: UInt16
The UInt16 to add.

Return Value

The message that the UInt16 was added to.