Share via


DBR701::ReadPowerStatusFromApplication

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This method is called automatically when the host device must answer a power-status request sent from the MSN Direct receiver.

You must implement this method and fill in the appropriate power and status information for the MSN Direct receiver.

Syntax

virtual void ReadPowerStatusFromApplication(
  unsigned char *outPower,
  unsigned char *outStatus
);

Parameters

  • outPower
    [out] Indicates the power source of the host device.
  • outStatus
    [out] Indicates the battery power status of the host device.

Return Value

None.

Remarks

This function is called in response to the POWER_STATUS message from the MSN Direct receiver.

Requirements

Header DBR701.h
Library DBRLib.lib
Windows Embedded CE Windows CE 5.0, Windows Embedded NavReady 2009

See Also

Reference

DBR701 Class
MSN Direct Services Classes