CTR Pia  4.11.3
Game Communication Engine
nn::pia::transport::NetworkFactory Class Referenceabstract

An interface (factory pattern) for generating the classes needed by the network. More...

+ Inheritance diagram for nn::pia::transport::NetworkFactory:

Detailed Description

An interface (factory pattern) for generating the classes needed by the network.

This class is never instantiated by an application. Use a class that inherits this class.


Revision History:

2013-05-16 Added the IsMultiCandidatePermitted function.

2013-03-28 Added the CreatePacketHandler function.

2013-03-21 Added the CreateSignatureSettingStorage function.

2013-03-14 Added the CreateCreateMeshJob function.

2012-11-27 Added the IsSignatureRequired function.

2012-04-23 To improve readability, changed the See Also section to refer to nn::pia::local::UdsNetworkFactory and nn::pia::inet::NexNetworkFactory.

2012-04-06 Initial version.

See also
nn::pia::local::UdsNetworkFactory
nn::pia::inet::NexNetworkFactory