OnixS SGX Derivatives Handler for C++  2.17.0.0
Public Member Functions | Public Attributes | List of all members
StateType Struct Reference

State Type. More...

Public Member Functions

std::string toString () const
 String representation.
 
 StateType ()
 Default constructor.
 

Public Attributes

uint16 stateTypeNumber
 State Type Number. More...
 
std::string stateTypeName
 State Type Name. More...
 
std::string name
 Name. More...
 

Detailed Description

State Type.

Member Data Documentation

std::string name

Name.

The full ASCII representation.

std::string stateTypeName

State Type Name.

ASCII representation of the State Type.

uint16 stateTypeNumber

State Type Number.

ASCII representation of the State Type.