DCMTK  Version 3.6.4
OFFIS DICOM Toolkit
Classes | Enumerations
dcmlayer.h File Reference

type definitions and classes for transport connections More...

Classes

class  DcmTransportLayer
 factory class which creates transport layer connections. More...
 

Enumerations

enum  DcmTransportLayerStatus {
  TCS_ok, TCS_noConnection, TCS_tlsError, TCS_illegalCall,
  TCS_unspecifiedError
}
 this enum represents the result of a transport layer operation which may be a transparent TCP/IP or a secure TLS operation. More...
 

Detailed Description

type definitions and classes for transport connections

Enumeration Type Documentation

◆ DcmTransportLayerStatus

this enum represents the result of a transport layer operation which may be a transparent TCP/IP or a secure TLS operation.

Enumerator
TCS_ok 

successful operation

TCS_noConnection 

operation cannot be performed because transport connection object was not allocated.

TCS_tlsError 

operation failed due to an error within the TLS protocol layer

TCS_illegalCall 

operation failed because an illegal parameter was passed

TCS_unspecifiedError 

unspecified error


Generated on Thu Nov 29 2018 for DCMTK Version 3.6.4 by Doxygen 1.8.14