Ice 3.7 Slice API Reference
Loading...
Searching...
No Matches
IceIAP::EndpointInfo Local Class Reference

Provides access to an IAP endpoint information. More...

defined in <IceIAP/EndpointInfo.ice>

local class EndpointInfo extends Ice::EndpointInfo { ... }

Inheritance diagram for IceIAP::EndpointInfo:
Collaboration diagram for IceIAP::EndpointInfo:

Data Members

string manufacturer
 The accessory manufacturer or empty to not match against a manufacturer.
string modelNumber
 The accessory model number or empty to not match against a model number.
string name
 The accessory name or empty to not match against the accessory name.
string protocol
 The protocol supported by the accessory.
Data Members inherited from Ice::EndpointInfo
bool compress
 Specifies whether or not compression should be used if available when using this endpoint.
int timeout
 The timeout for the endpoint in milliseconds.
EndpointInfo underlying
 The information of the underyling endpoint of null if there's no underlying endpoint.

Additional Inherited Members

Operations inherited from Ice::EndpointInfo
bool datagram ()
 Returns true if this endpoint is a datagram endpoint.
bool secure ()
 Returns true if this endpoint is a secure endpoint.
short type ()
 Returns the type of the endpoint.

Detailed Description

Provides access to an IAP endpoint information.

Data Member Documentation

◆ manufacturer

string manufacturer

The accessory manufacturer or empty to not match against a manufacturer.

◆ modelNumber

string modelNumber

The accessory model number or empty to not match against a model number.

◆ name

string name

The accessory name or empty to not match against the accessory name.

◆ protocol

string protocol

The protocol supported by the accessory.


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