nn::ac::CTR::RegisterDisconnectEvent Function

Syntax

Result RegisterDisconnectEvent(
     nn::os::Event * event
);

Arguments

Name Description
out event Pointer to the initialized nn::os::Event that is notified.

Return Values

The result.

Value Description
ResultSuccess Completed without error.
ResultInvalidData Either NULL was specified as an argument or an uninitialized Event was specified.
A value other than the above Failed for reasons other than those given above.

Description

Sets what nn::os::Event is notified upon disconnection from an access point.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL