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

EmbeddedMessage..::..AddSByte Method

Adds a single SByte to the message.

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

Syntax


public EmbeddedMessage AddSByte(

	sbyte value

)

Parameters

value
Type: SByte
The SByte to add.

Return Value

The message that the SByte was added to.