21 lines
433 B
C++
21 lines
433 B
C++
//---------------------------------------------------------------------------
|
|
|
|
|
|
#pragma hdrstop
|
|
|
|
#include "CitizenPPU700Thread.h"
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma package(smart_init)
|
|
|
|
__fastcall CCitizenPPU700Thread::CCitizenPPU700Thread() : TDeviceThread(true, false)
|
|
{
|
|
PollingMode = false;
|
|
DataLength = 1;
|
|
}
|
|
|
|
__fastcall CCitizenPPU700Thread::~CCitizenPPU700Thread()
|
|
{
|
|
}
|
|
|