class VirtualNetwork : public nn::nex::RootObject
Base class for using local communication link features. This class cannot be used directly.
This class abstracts local communication features that differ from platform to platform. The application actually uses derived classes that inherit from the VirtualNetwork
class and are specific to each platform.
When you register an instance of a class that inherits from the VirtualNetwork
class to VirtualSocketDriver
, NEX communications take place completely as local communication. The P2P communication features of NEX can similarly be used for Internet P2P communication.
VirtualNetwork
|
Constructor. (Not usable.) | |
---|---|---|
V |
~VirtualNetwork
|
Destructor. (Not usable.) |
nn::nex::RootObject
nn::nex::VirtualNetwork
CONFIDENTIAL