9#ifndef QTPOKIT_POKITDEVICE_H
10#define QTPOKIT_POKITDEVICE_H
14#include <QBluetoothDeviceInfo>
19QTPOKIT_BEGIN_NAMESPACE
28class PokitDevicePrivate;
58 PokitDevicePrivate * d_ptr;
65 friend class TestPokitDevice;
The CalibrationService class accesses the Calibrartion service of Pokit devices.
Definition calibrationservice.h:23
The DataLoggerService class accesses the Data Logger service of Pokit devices.
Definition dataloggerservice.h:23
The DeviceInfoService class accesses the Device Info service of Pokit devices.
Definition deviceinfoservice.h:23
The DsoService class accesses the DSO (Digital Storage Oscilloscope) service of Pokit devices.
Definition dsoservice.h:24
The MultimeterService class accesses the Multimeter service of Pokit devices.
Definition multimeterservice.h:23
The PokitDevice class simplifies Pokit device access.
Definition pokitdevice.h:31
The StatusService class accesses the Pokit Status service of Pokit devices.
Definition statusservice.h:25
Global QtPokit library macros.