com.onlineobject.objectnet Namespace

NetworkElementBase..::..RegisterInputPacket Method

Registers an input packet into the network object's input queue.

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

Syntax


public void RegisterInputPacket(

	IDataStream packet

)

Parameters

packet
Type: com.onlineobject.objectnet..::..IDataStream
The data stream packet to register.