eDosStationFull/EpdBase3/EpdProgress.h

29 lines
396 B
C
Raw Permalink Normal View History

2026-08-18 12:15:26 +02:00
#pragma once
//enum EpdSteps
//{
// StepTest=0,
// StepStartCom=1,
//
// StepInitialized=2,
// StepDiscovering=3,
//
// StepConnecting=4,
// StepReadStatus=5,
// StepReadIdentities=6,
// StepReadCounts=7,
// StepReadRTC=8 ,
// StepReadWearerId=9,
// StepPrepareIssue = 10,
// StepIssue=11,
// StepDeIssue=12
//
//};
//
//enum EpdStepResults
//{
// None=0,
// Started=1,
// OK=2,
// Error
//
//};