Ice 3.7 Slice API Reference
Main Page
Modules
Modules List
Module Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
y
Constants
Sequences
a
b
d
e
f
i
l
m
n
o
p
r
s
Dictionaries
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
n
o
p
r
t
u
w
y
Interfaces
Interface List
Interface Index
Interface Hierarchy
Classes
Class List
Class Index
Class Hierarchy
Structs
Struct List
Struct Index
Exceptions
Exception List
Exception Index
Exception Hierarchy
Files
File List
•
All
Classes
Interfaces
Structs
Exceptions
Modules
Files
Operations
Constants
Sequences
Dictionaries
Enumerations
Enumerator
Pages
IceBT
ConnectionInfo.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/Connection.ice
>
21
22
#ifndef __SLICE2JAVA_COMPAT__
23
[[
"java:package:com.zeroc"
]]
24
#endif
25
26
[
"objc:prefix:ICEBT"
]
27
module
IceBT
28
{
29
35
local
class
ConnectionInfo
extends
Ice::ConnectionInfo
36
{
38
string
localAddress =
""
;
39
41
int
localChannel = -1;
42
44
string
remoteAddress =
""
;
45
47
int
remoteChannel = -1;
48
50
string
uuid =
""
;
51
53
int
rcvSize = 0;
54
56
int
sndSize = 0;
57
}
58
59
}
Ice::ConnectionInfo
Base class providing access to the connection details.
Definition:
Connection.ice:64
Connection.ice
IceBT::ConnectionInfo
Provides access to the details of a Bluetooth connection.
Definition:
ConnectionInfo.ice:36
IceBT
IceBT provides a Bluetooth transport for Ice.
Definition:
ConnectionInfo.ice:28
Generated by
1.8.20