nn::nex::HostMigrationExtension::Register Member Function

Syntax

static qBool Register();

Parameters

None.

Return Values



Value Description
true Success.
false Failed.

Description

Registers the host migration extension package with NetZ.

Call this function after generating a NetZ object and before generating or joining a P2P session. Unregister is unneeded because NetZ objects are automatically deleted before being destroyed. When your ROM uses both Internet and local communication modes and uses the host migration extension feature with the Internet communication mode, you can omit calling this function by executing the Disable function when in local communication mode.

See Also

Disable

Revision History

2011/01/27
Initial version.

CONFIDENTIAL