Classes
| Class | Description | |
|---|---|---|
|
ADUCUploader | |
|
ADUCUploader.DownloadProgressEventArgs | Current status of uploading progress of the PalmSens firmware. |
|
AlternatingMuxMeasurement | Alternating Multiplexer measurement. |
|
BusyException | Exception that is thrown whenever an action is requested while the PalmSens is busy (measuring or downloading new firmware). |
|
Comm | Implementation of the PalmSens protocol |
|
CommException | Error in PalmSens Communication |
|
CommMeasurement | Active Measurement. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated. |
|
CommMeasurement.DataNotYetAvailableException | Exception indicating not enough data is available yet. |
|
DebugInformationEventArgs | Debug information from PalmSens |
|
DeviceCapabilities | |
|
EmstatCapabilities | Describes Emstat capabilities. |
|
Firmware | Describes the firmware for PalmSens. Use this object to upload new firmware. |
|
Firmware.Block | Represents one block of data from the PalmSens Firmware |
|
GenericCommMeasurement | Generic measurement used for most techniques. |
|
InvalidChecksumException | Exception indicating an invalid checksum |
|
InvalidHexException | Exception indicating an invalid hex integer was received. |
|
LicenseException | Not licensed for use with SDK |
|
NoMuxChannelsEnabled | Raised when no mux channels where enabled in a multiplexer measurement. |
|
NoResponseException | Exception that is thrown whenever the PalmSens doesn't respond |
|
PalmSensCapabilities | Describes PalmSens capabilities. |
|
Simulator | Simlates a PalmSens. |
|
Status | Contains the status information of a PalmSens at a certain moment. This class cannot be inherited. |
|
StatusEventArgs | Arguments for an event that receives the status of the PalmSens |
|
TimeoutException | Raised when the device doesn't respond in the expected time. |
|
UnknownDataException | Raised when unparsable data is received. |
|
WebFirmware | Obtain firmare from the web. |
Delegates
| Delegate | Description | |
|---|---|---|
|
ADUCUploader.DownloadProgressEventHandler | Delegate for handlers of the DownloadProgressEvent |
|
DebugInformationEventHandler | Delegate that receives Debug Information. |
|
StatusEventHandler | Delegate that receives Status. |
Enumerations
| Enumeration | Description | |
|---|---|---|
|
DeviceType | Possible device that can be connected thru Comm |
|
Mode | Mode of measurement at PalmSens |
|
PalmSensType | PalmSens type id that identifies some of the features that the PalmSens supports |
|
PowerStatus | Available power status modes |