29 lines
No EOL
340 B
C
29 lines
No EOL
340 B
C
#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
|
|
|
|
}; |