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

EmbeddedMessage..::..AddUInt Method

Adds a UInt32 to the message.

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

Syntax


public EmbeddedMessage AddUInt(

	uint value

)

Parameters

value
Type: UInt32
The UInt32 to add.

Return Value

The message that the UInt32 was added to.