API Documentation
Loading...
Searching...
No Matches
Connection.h File Reference
#include "DLLInfo.h"
#include <NDEVR/Device.h>
#include <NDEVR/String.h>
#include <NDEVR/TimeSpan.h>
#include <QObject>
Include dependency graph for Connection.h:

Go to the source code of this file.

Classes

struct  ConnectionInfo
 
struct  ConnectionCategory
 
struct  ConnectionSearchParamaters
 
class  ConnectionBackend
 
class  ConnectionFactory
 
class  Connection
 

Namespaces

namespace  NDEVR
 

Enumerations

enum class  ConnectionState {
  e_no_connection , e_valid_connection , e_awaiting_response , e_attempting_connection ,
  e_invalid_response , e_no_response , e_no_services , e_access_to_port_denied ,
  e_network_error , e_resetting , e_initializing , e_connection_timeout ,
  e_invalid_connection
}
 
enum class  ConnectionOpenType {
  e_not_open = 0x0000 , e_read_only = 0x0001 , e_write_only = 0x0002 , e_read_write = e_read_only | e_write_only ,
  e_append = 0x0004 , e_truncate = 0x0008 , e_text = 0x0010 , e_unbuffered = 0x0020 ,
  e_new_only = 0x0040 , e_existing_only = 0x0080
}
 
enum class  RawConnectionLoggingMode { e_binary_logging , e_ascii_logging }