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

EmbeddedMessage..::..AddByte Method

Adds a single Byte to the message.

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

Syntax


public EmbeddedMessage AddByte(

	byte value

)

Parameters

value
Type: Byte
The Byte to add.

Return Value

The message that the Byte was added to.