NetworkElementBase..::..RegisterInputPacket Method
Registers an input packet into the network object's input queue.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void RegisterInputPacket( IDataStream packet )
Parameters
- packet
- Type: com.onlineobject.objectnet..::..IDataStream
The data stream packet to register.

