Polyphase Game Engine
Loading...
Searching...
No Matches
SerialTypes.h File Reference
#include <stdint.h>
#include <string>

Go to the source code of this file.

Classes

struct  SerialConfig
 
struct  SerialPortInfo
 

Typedefs

typedef uint32_t SerialHandle
 

Enumerations

enum class  SerialParity : uint8_t {
  None , Odd , Even , Mark ,
  Space
}
 

Typedef Documentation

◆ SerialHandle

typedef uint32_t SerialHandle

Enumeration Type Documentation

◆ SerialParity

enum class SerialParity : uint8_t
strong
Enumerator
None 
Odd 
Even 
Mark 
Space