DBR701::GetRegistration

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This method requests registration data from the MSN Direct receiver.

Syntax

int GetRegistration();

Parameters

None.

Return Value

Returns the transaction ID of the request that is sent to the MSN Direct receiver; returns -1 if the request fails.

Remarks

The GetRegistration method uses RequestSync to perform the transaction, with REGISTRATION specified in the applicationType parameter.

The registration messages are returned asynchronously in the messageFromReceiver parameter of the ProcessInMessageFromReceiver call. You can parse this type of message by using the RegistrationMsg object.

Requirements

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

See Also

Reference

DBR701::GetTuningData
DBR701::RequestManufacturingMode
DBR701 Class
MSN Direct Services Classes