9 #ifndef _b21e4f11_9337_4612_8152_b59dedc16f18 10 #define _b21e4f11_9337_4612_8152_b59dedc16f18 15 #include "odil/AssociationParameters.h" 16 #include "odil/Exception.h" 17 #include "odil/odil.h" 29 std::function<AssociationParameters(AssociationParameters const &)>
41 default_association_acceptor(AssociationParameters
const & input);
49 unsigned char result,
unsigned char source,
unsigned char reason,
50 std::string
const & message=
"Association rejected");
53 unsigned char get_result()
const;
56 void set_result(
unsigned char value);
59 unsigned char get_source()
const;
62 void set_source(
unsigned char value);
65 unsigned char get_reason()
const;
68 void set_reason(
unsigned char value);
70 unsigned char _result;
71 unsigned char _source;
72 unsigned char _reason;
77 #endif // _b21e4f11_9337_4612_8152_b59dedc16f18 Exception reported when an incoming association is rejected.
Definition: AssociationAcceptor.h:44
Base class for odil exceptions.
Definition: Exception.h:21
Definition: Association.cpp:39