Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages | Examples

C++ Server API Documentation

2.3

This document is the C++ API specification for device server developers.

To make it easier to get started with the RDA server programming, this document contains a Device Server Example which shows how to implement some basic features of a typical device server - look at it first before reading the detailed API documentation.

Main Classes and Interfaces

rdaDeviceServerBase The common superclass for all device servers
rdaIOPoint Identifies an I/O value in device access methods
rdaValueChangeListener The listener that is notified when an I/O value is updated in a device server
rdaResult Used to pass results of asynchronous device calls back to the calling client
rdaClientInfo Provides information on a client connected or wishing to connect to a device server

Related Documentation


RDA-2.3 documentation - 27 Jun 2007 - N.Trofimov