OnixS Eurex EDCI Handler C++ library 1.0.0
Users' manual and API documentation
Loading...
Searching...
No Matches
ConnectionStateChange Class Reference

Public Member Functions

 ConnectionStateChange (ConnectionState::Enum newState, ConnectionState::Enum oldState, const std::string &host, std::uint16_t port)
 ConnectionStateChange (const ConnectionStateChange &)=delete
ConnectionStateChangeoperator= (const ConnectionStateChange &)=delete
std::string toString () const

Public Attributes

ConnectionState::Enum newState
ConnectionState::Enum oldState
std::string host
std::uint16_t port

Detailed Description

Definition at line 35 of file ConnectionStateChange.h.

Constructor & Destructor Documentation

◆ ConnectionStateChange() [1/2]

ConnectionStateChange ( ConnectionState::Enum newState,
ConnectionState::Enum oldState,
const std::string & host,
std::uint16_t port )

Initialize instance.

◆ ConnectionStateChange() [2/2]

Member Function Documentation

◆ operator=()

ConnectionStateChange & operator= ( const ConnectionStateChange & )
delete

◆ toString()

std::string toString ( ) const

String representation.

Member Data Documentation

◆ host

std::string host

Host.

Definition at line 56 of file ConnectionStateChange.h.

◆ newState

New State.

Definition at line 50 of file ConnectionStateChange.h.

◆ oldState

Old state.

Definition at line 53 of file ConnectionStateChange.h.

◆ port

std::uint16_t port

Port.

Definition at line 59 of file ConnectionStateChange.h.