WM_GetWirelessCounter


C Specification

#include <nitro/wm.h>

WMErrCode WM_GetWirelessCounter( WMCallbackFunc callback );

Description

Gets the current counter values of the send/receive frame

If the return value of this function is WM_ERRCODE_OPERATING, a callback is generated after the counter acquisition process is complete.

Arguments

callback The callback function that is called when asynchronous processing finishes

Return Values

Returns the process result as a WMErrCode enumerated type.

See Also

WM_InitWirelessCounter

Revision History

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