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

EmbeddedMessage..::..Add Method (Byte)

Adds a single [byte] to the message.

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

Syntax


public EmbeddedMessage Add(

	byte value

)

Parameters

value
Type: Byte
The [byte] to add.

Return Value

The message that the [byte] was added to.

Remarks


This method is simply an alternative way of calling AddByte(Byte).