Share via


DBR701 Constructor

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This constructor initializes an instance of the DBR701 class.

Syntax

DBR701(
  int numberOfApplicationThreads = 5
);

Parameters

  • numberOfApplicationThreads
    [in] Indicates the default number of application callback threads to be created. The default value is 5.

Return Value

None.

Remarks

The DBR701 constructor initializes the state machine, resets the transaction counter, creates the hResponseToHostReceived event mutex and the hResponseToHostReceivedEvent event which will be used to wait for a response from the MSN Direct receiver, and initializes the member variables.

The numberOfApplicationThreads parameter is set to 5 by default. When you create a subclass of the DBR701 class, you can change the number of threads by passing in a different default value when you call the DBR701 constructor.

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