#include <nitro/wm.h>
WMErrCode WM_InitWirelessCounter( WMCallbackFunc callback );
Initializes the counter of the send/receive frame
If the return value is WM_ERRCODE_OPERATING, a callback occurs after the counter initialization process is complete.
callback |
Specifies the callback function to call when the asynchronous process finishes. |
Returns the process result as a WMErrCode enumerated type.
10/22/2004 Changed return value types
08/11/2004 Initial version