windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/upssvc/apcsmart/dcfrmrev.h

25 lines
315 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
*/
#ifndef __DECIMAL_FIRMSENS_H
#define __DECIMAL_FIRMSENS_H
#include "_defs.h"
#include "sensor.h"
_CLASSDEF(DecimalFirmwareRevSensor)
class DecimalFirmwareRevSensor : public Sensor {
protected:
public:
DecimalFirmwareRevSensor(PDevice aParent, PCommController aCommController = NULL);
};
#endif