Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Examples

rdaRequest Class Reference

Allows a client to access information from the calling scope while in the scope of the rdaReplyHandler callback methods. More...

List of all members.

Public Member Functions

virtual const char * getPropertyName () const=0
 Returns the property name specified in the call that created this request.

virtual const char * getCycleSelector () const=0
 Returns the cycle selector string specified in the call that created this request, or NULL if the cycle selector was not specified.

virtual rdaDeviceHandlegetDeviceHandle () const=0
 Returns a pointer to the device handle on which this request has been created.


Detailed Description

Allows a client to access information from the calling scope while in the scope of the rdaReplyHandler callback methods.

See also:
rdaReplyHandler
Examples:

GetAsync.cpp, and Monitor.cpp.


The documentation for this class was generated from the following file:
RDA-2.3 documentation - 27 Jun 2007 - N.Trofimov