TwiceAsNice  2019-02-18
Classes | Enumerations
IHostIO.h File Reference
#include "CameraID.h"
#include <vector>
#include "WinTypes.h"
Include dependency graph for IHostIO.h:
This graph shows which files directly or indirectly include this file:

Classes

class  IHostIO
 

Enumerations

enum  IOTimeout { IOTimeout_Normal = 0, IOTimeout_Short = 1, IOTimeout_Long = 2 }
 
enum  IOType {
  IOType_Stream = 0, IOType_MultiRow = 1, IOType_SingleRow = 2, IOType_Fixed = 3,
  IOType_Packet = 4
}
 

Enumeration Type Documentation

◆ IOTimeout

enum IOTimeout
Enumerator
IOTimeout_Normal 
IOTimeout_Short 
IOTimeout_Long 

◆ IOType

enum IOType
Enumerator
IOType_Stream 
IOType_MultiRow 
IOType_SingleRow 
IOType_Fixed 
IOType_Packet