Share via


DBR701::RequestManufacturingMode

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This method requests that the MSN Direct receiver be transitioned into manufacturing mode.

Syntax

int RequestManufacturingMode();

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 RequestManufacturingMode method uses RequestSync to perform the transaction.

In manufacturing mode, the MSN Direct receiver has the antenna disabled, except when it is performing antenna-related tests. The receiver listens to commands over the serial port and responds sequentially to them. In this mode, the receiver does not initiate any transactions, it only responds to commands over the serial port.

When the firmware is first flashed during production time, a flag is set and the firmware is in manufacturing mode. After the manufacturing tests are performed on the receiver, the flag must be cleared so that manufacturing mode is exited by sending the receiver a specific command. For more information about the test commands you can send to the receiver while in manufacturing mode, see the Receiver Development Kit (RDK) documentation from MSN Direct.

Requirements

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

See Also

Reference

DBR701::RequestSwitchRadio
DBR701::RequestSync
DBR701 Class
MSN Direct Services Classes