DownloadStatusMsg Class

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This class represents a download-status message.

Syntax

class DownloadStatusMsg : public Msg

Methods

Method Description

DownloadStatusMsg::GetErrorCode

Returns the error code for this download-status message.

DownloadStatusMsg::GetGasChannel

Returns the download status for the gas channel.

DownloadStatusMsg::GetGasChannelString

Returns the download status for the gas channel in a human-readable string.

DownloadStatusMsg::GetMovieChannel

Returns the download status for the movie channel.

DownloadStatusMsg::GetMovieChannelString

Returns the download status for the movie channel in a human-readable string.

DownloadStatusMsg::GetOverallStatus

Returns the overall download status.

DownloadStatusMsg::GetOverallStatusString

Returns the overall download status in a human-readable string.

DownloadStatusMsg::GetPercentageString

Returns a human-readable string that indicates the percentage of up-to-date data downloaded to the MSN Direct receiver for the specified download channel.

DownloadStatusMsg::GetRegionId

Returns the ID of the current region.

DownloadStatusMsg::GetRegionNameSize

Returns the size of the name of the local region that is contained in the download-status message.

DownloadStatusMsg::GetRegionNameString

Returns a human-readable string that contains the name of the local region that is contained in the download-status message.

DownloadStatusMsg::GetSize

Returns the size of this download-status message, subtracting the bytes used for framing.

DownloadStatusMsg::GetTraffic

Returns the download status for the traffic channel.

DownloadStatusMsg::GetTrafficString

Returns the download status for the traffic channel in a human-readable string.

DownloadStatusMsg::GetWeatherChannel

Returns the download status for the weather channel.

DownloadStatusMsg::GetWeatherString

Returns the download status for the weather channel in a human-readable string.

Remarks

This class inherits from the Msg Class.

If the MSN Direct service type is DOWNLOAD_STATUS, the incoming message from the MSN Direct receiver is a download-status message. You can typecast it to a DownloadStatusMsg object.

By using the DownloadStatusMsg class, you can retrieve and display status information to the user that indicates the percentage of up-to-date data downloaded to the MSN Direct receiver for a specific download channel.

Requirements

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

See Also

Reference

MSN Direct Services Classes