static void RegisterOperationBeginCallback( void(*)(StationOperation *pOperation) pfOperationBegin );
Name | Description | |
---|---|---|
in | pfOperationBegin | Specifies a pointer to the callback function. |
Registers the callback to call each time StationOperation
is run.
By registering a callback to call each time StationOperation
is run, you can know when a station starts to join a session and when a station starts to leave a session.
CONFIDENTIAL