gccDppConsole Test C++ SDK  20170920
DPP C++ Console Demonstration
Defines | Typedefs | Enumerations
DeviceIO/DppConst.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define DP5_DPP_TYPES_FIRST   dppDP5
#define DP5_DPP_TYPES_LAST   dppDP5X

Typedefs

typedef enum DP5_DPP_TYPES dp5DppTypes

Enumerations

enum  DP5_DPP_TYPES {
  dppDP5, dppPX5,
  dppDP5G, dppMCA8000D,
  dppTB5, dppDP5X
}

Define Documentation

Definition at line 20 of file DppConst.h.

Definition at line 21 of file DppConst.h.


Typedef Documentation

typedef enum DP5_DPP_TYPES dp5DppTypes

Enumeration Type Documentation

Enumerator:
dppDP5 

DP5 uses DPP new (this) protocol is supported in this application ==0.

dppPX5 

PX5 uses DPP new (this) protocol is supported in this application ==1.

dppDP5G 

DP5G uses DPP new (this) protocol is supported in this application ==2.

dppMCA8000D 

MCA8000D uses DPP new (this) protocol is supported in this application ==3.

dppTB5 

TB5 uses DPP new (this) protocol is supported in this application ==4.

dppDP5X 

DP5X uses DPP new (this) protocol is supported in this application ==5.

Definition at line 4 of file DppConst.h.