Provides access to the connection details of an IAP connection. More...
#include <Ice/Ice.h>
Public Member Functions | |
IAPConnectionInfo (const IAPConnectionInfo &)=delete | |
IAPConnectionInfo & | operator= (const IAPConnectionInfo &)=delete |
Public Member Functions inherited from Ice::ConnectionInfo | |
ConnectionInfo (const ConnectionInfo &)=delete | |
ConnectionInfo & | operator= (const ConnectionInfo &)=delete |
Public Attributes | |
const std::string | firmwareRevision |
The accessory firmware revision. | |
const std::string | hardwareRevision |
The accessory hardware revision. | |
const std::string | manufacturer |
The accessory manufacturer. | |
const std::string | modelNumber |
The accessory model number. | |
const std::string | name |
The accessory name. | |
const std::string | protocol |
The protocol used by the accessory. | |
Public Attributes inherited from Ice::ConnectionInfo | |
const std::string | adapterName |
The name of the adapter associated with the connection. | |
const std::string | connectionId |
The connection ID. | |
const bool | incoming |
Indicates whether the connection is an incoming connection. | |
const ConnectionInfoPtr | underlying |
The information of the underlying transport or nullptr if there's no underlying transport. |
Provides access to the connection details of an IAP connection.
Definition at line 354 of file Connection.h.