25#ifndef _SAFIR_DOB_SECONDARY_CONNECTION_H
26#define _SAFIR_DOB_SECONDARY_CONNECTION_H
87 void Attach(
const std::wstring& connectionNameCommonPart,
88 const std::wstring& connectionNameInstancePart);
114 DotsC_Int32 GetControllerId()
const override;
#define DOSE_CPP_API
Definition DoseCppExportDefs.h:33
This namespace contains all the functionality and definitions of the SAFIR SDK.
Definition Backdoor.h:31
Common base class for connections to the DOB.
Definition ConnectionBase.h:59
A secondary connection attached to a "real" connection.
Definition SecondaryConnection.h:45
bool IsOpen() const override
For a secondary connection this is the same as the IsAttached check.
void Attach()
Attach to a connection in this thread.
virtual ~SecondaryConnection()
Destructor.
void Detach()
Detach a SecondaryConnection.
void Attach(const std::wstring &connectionNameCommonPart, const std::wstring &connectionNameInstancePart)
Attach to a named connection in this thread.
bool IsAttached() const
Check if a SecondaryConnection is attached to an open connection.
SecondaryConnection()
Constructor.