WM_InitWirelessCounter


C Specification

#include <nitro/wm.h>

WMErrCode WM_InitWirelessCounter( WMCallbackFunc callback );

Description

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.

Arguments

callback Specifies the callback function to call when the asynchronous process finishes.

Return Values

Returns the process result as a WMErrCode enumerated type.

See Also

WM_GetWirelessCounter

Revision History

10/22/2004 Changed return value types
08/11/2004 Initial version