Odil
A C++11 library for the DICOM standard
Public Attributes | List of all members
odil::dul::EventData Class Reference

Data related to events of the DUL state machine. More...

#include <EventData.h>

Collaboration diagram for odil::dul::EventData:
Collaboration graph
[legend]

Public Attributes

Transport::Socket::endpoint_type peer_endpoint
 
std::shared_ptr< pdu::Objectpdu
 
AssociationParameters association_parameters
 
std::shared_ptr< AssociationRejectedreject
 

Detailed Description

Data related to events of the DUL state machine.

Member Data Documentation

◆ association_parameters

AssociationParameters odil::dul::EventData::association_parameters

◆ pdu

std::shared_ptr<pdu::Object> odil::dul::EventData::pdu

◆ peer_endpoint

Transport::Socket::endpoint_type odil::dul::EventData::peer_endpoint

◆ reject

std::shared_ptr<AssociationRejected> odil::dul::EventData::reject

The documentation for this class was generated from the following file: