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

EmbeddedMessage..::..Add Method (SByte)

Adds a single [sbyte] to the message.

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

Syntax


public EmbeddedMessage Add(

	sbyte value

)

Parameters

value
Type: SByte
The [sbyte] to add.

Return Value

The message that the [sbyte] was added to.

Remarks


This method is simply an alternative way of calling AddSByte(SByte).