| Class |
Description |
|
BluetoothComm
|
Represents the communication to a PalmSens device, connected using Bluetooth. Only works on Pocket PC's with the Microsoft Stack |
|
Comm
|
Main class for communication with PalmSens. |
|
Comm.CurveEventArgs
|
Curve Events |
|
Comm.DownloadProgressEventArgs
|
Current status of uploading progress of the PalmSens firmware. |
|
Comm.StatusEventArgs
|
Arguments for an event that receives the status of the PalmSens |
|
Comm.UnknownDataEventArgs
|
Arguments for the event raised when data is received that can't be interpreted. |
|
CommException
|
Error in PalmSens Communication |
|
EmulateComm
|
Emulates a few basic functions of the PalmSens instrument. Useful for testing applications. |
|
EmulateComm.EmulatedPalmSens
|
Represents a PalmSens, for testing purposes. |
|
EmulateComm.EmulatedPalmSens.LCDChangeEventArgs
|
Arguments for an event raised whenever the LCD of the 'virtual' PalmSens changes. |
|
Firmware
|
Describes the firmware for PalmSens. Use this object to upload new firmware. |
|
Firmware.Block
|
Represents one block of data from the PalmSens Firmware |
|
IviumComm
|
Communication with the PalmSens using a Ivium B.V. USB cable |
|
IviumComm.IviumException
|
Exception thrown during communication trouble using Ivium cable |
|
LicenseException
|
Not licensed for use with SDK |
|
PalmSensBusyException
|
Exception that is thrown whenever an action is requested while the PalmSens is busy (measuring or downloading new firmware). |
|
SerialComm
|
Provides communication with a PalmSens device over the serial port |
|
SocketComm
|
Class that communicates with a PalmSens over a Socket. |
|
Status
|
Contains the status information of a PalmSens at a certain moment. |
|
TcpComm
|
Class that communicates with a PalmSens over a TCP/IP connection. |