static void RegisterOperationEndCallback( void(*)(StationOperation *pOperation) pfOperationEnd );
Name | Description | |
---|---|---|
in | pfOperationEnd | 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 has completed joining a session and when a station has completed leaving a session.
CONFIDENTIAL