RTI Connext .Net APIs
Version 5.3.0
Main Page
Modules
+
Namespaces
Namespace List
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Examples
▼
RTI Connext .Net APIs
►
RTI Connext
►
Modules
►
Namespaces
►
Classes
►
Examples
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Modules
Pages
Transport Use Cases
Programming How-To's
Working with pluggable transports.
More...
Working with pluggable transports.
Changing the automatically registered built-in transports
The
DDS::TransportBuiltinKindMask::TRANSPORTBUILTIN_MASK_DEFAULT
specifies the transport plugins that will be automatically registered with a newly created
DDS::DomainParticipant
by default.
This default can be changed by changing the value of the value of
TRANSPORT_BUILTIN
Qos Policy on the
DDS::DomainParticipant
To change the
DDS::DomainParticipantQos::transport_builtin
Qos Policy:
DomainParticipantQos participant_qos =
new
DomainParticipantQos();
factory.get_default_participant_qos(participant_qos);
participant_qos.transport_builtin.mask =
(int)
TransportBuiltinKind
.TRANSPORTBUILTIN_SHMEM |
(
int
)
TransportBuiltinKind
.TRANSPORTBUILTIN_UDPv4;
RTI Connext .Net APIs Version 5.3.0
Copyright © Sun Jun 25 2017
Real-Time Innovations, Inc