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

EmbeddedMessage..::..Add Method (UInt32)

Adds a [uint] to the message.

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

Syntax


public EmbeddedMessage Add(

	uint value

)

Parameters

value
Type: UInt32
The [uint] to add.

Return Value

The message that the [uint] was added to.

Remarks


This method is simply an alternative way of calling AddUInt(UInt32).