Main Page | Class Hierarchy | Class List | Class Members

BlueSense::UnknownDevice Class Reference

Inheritance diagram for BlueSense::UnknownDevice:

BlueSense::Device List of all members.

Public Member Functions

new bool detect (uint timeOut)
new bool isAccessible ()
new byte getType ()

Protected Member Functions

override bool resolve ()

Detailed Description

A device of this class is returned when either:
1. the identifier points to a non existent device
2. the device type was not registered with the master. At the start of you application you should always register the types of devices you want to use.
See also:
org.bluemelon.bluesense.AdcInputDevice::register(Master)
Author:
Dinne


Member Function Documentation

new bool BlueSense::UnknownDevice::detect uint  timeOut  )  [inline]
 

Do not use.

Parameters:
timeOut 
Returns:
false

Reimplemented from BlueSense::Device.

new byte BlueSense::UnknownDevice::getType  )  [inline]
 

In case of an unknown device, getType returns the found hardware type.

Returns:
type id.

Reimplemented from BlueSense::Device.

new bool BlueSense::UnknownDevice::isAccessible  )  [inline]
 

Do not use.

Returns:
false

Reimplemented from BlueSense::Device.

override bool BlueSense::UnknownDevice::resolve  )  [inline, protected, virtual]
 

Do not use.

Returns:
false

Implements BlueSense::Device.


The documentation for this class was generated from the following file:
Generated on Mon Jan 21 17:51:58 2008 for BlueSense.NET/Mono by  doxygen 1.4.4