nn::nex::VirtualSocketDriver Class

Syntax

class VirtualSocketDriver

Description

Used to implement local communication link features.

The mode becomes local communication mode when the platform-specific derived class that inherits from the VirtualNetwork is registered to this class.

Handles the platform-specific differences in local communication features and enables linking to programs for Internet communications.

Member Functions

S RegisterVirtualNetwork Registers an instance of the derived class that inherits from VirtualNetwork and changes the mode to local communication mode.
S UnregisterVirtualNetwork Unregisters the instance of the derived class that inherits from VirtualNetwork and changes the mode to Internet communication mode.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL