INetworkElement..::..RegisterNetworkPacket Method
Registers a network packet for processing.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
void RegisterNetworkPacket( IDataStream packet )
Parameters
- packet
- Type: com.onlineobject.objectnet..::..IDataStream
The data stream representing the network packet.

