Ice 3.7 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
EndpointInfo.ice
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #pragma once
6 
7 [["cpp:dll-export:ICEBT_API"]]
8 [["cpp:doxygen:include:IceBT/IceBT.h"]]
9 [["cpp:header-ext:h"]]
10 
11 [["ice-prefix"]]
12 
13 [["js:module:ice"]]
14 [["js:cjs-module"]]
15 
16 [["objc:header-dir:objc"]]
17 
18 [["python:pkgdir:IceBT"]]
19 
20 #include <Ice/Endpoint.ice>
21 
22 #ifndef __SLICE2JAVA_COMPAT__
23 [["java:package:com.zeroc"]]
24 #endif
25 
31 ["objc:prefix:ICEBT", "swift:module:Ice:SSL"]
32 module IceBT
33 {
34 
40 local class EndpointInfo extends Ice::EndpointInfo
41 {
47  string addr;
48 
54  string uuid;
55 }
56 
57 }
IceBT::EndpointInfo::uuid
string uuid
The UUID configured with the endpoint.
Definition: EndpointInfo.ice:54
IceBT::EndpointInfo
Provides access to Bluetooth endpoint information.
Definition: EndpointInfo.ice:41
Ice::EndpointInfo
Base class providing access to the endpoint details.
Definition: Endpoint.ice:103
IceBT::EndpointInfo::addr
string addr
The address configured with the endpoint.
Definition: EndpointInfo.ice:47
IceBT
IceBT provides a Bluetooth transport for Ice.
Definition: ConnectionInfo.ice:28
Endpoint.ice