static qBool Register();
None.
Value | Description |
---|---|
true |
Success. |
false |
Failed. |
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.
CONFIDENTIAL