Definition at line 29 of file UserDataImpl.java.
◆ UserDataImpl() [1/2]
◆ UserDataImpl() [2/2]
org.opensplice.dds.core.policy.UserDataImpl.UserDataImpl |
( |
OsplServiceEnvironment |
environment, |
|
|
byte [] |
value |
|
) |
| |
◆ equals()
boolean org.opensplice.dds.core.policy.UserDataImpl.equals |
( |
Object |
other | ) |
|
◆ getEnvironment()
◆ getPolicyClass()
Class<? extends QosPolicy> org.opensplice.dds.core.policy.UserDataImpl.getPolicyClass |
( |
| ) |
|
◆ getValue()
byte [] org.opensplice.dds.core.policy.UserDataImpl.getValue |
( |
| ) |
|
◆ hashCode()
int org.opensplice.dds.core.policy.UserDataImpl.hashCode |
( |
| ) |
|
◆ withValue() [1/2]
UserData org.opensplice.dds.core.policy.UserDataImpl.withValue |
( |
byte [] |
value, |
|
|
int |
offset, |
|
|
int |
length |
|
) |
| |
◆ withValue() [2/2]
UserData org.omg.dds.core.policy.UserData.withValue |
( |
byte |
value[], |
|
|
int |
offset, |
|
|
int |
length |
|
) |
| |
|
inherited |
Copy this policy and override the value of the property.
- Parameters
-
value | A sequence of bytes that holds the application user data. By default, the sequence has length 0. |
offset | Not used can have any int value. |
length | Not used can have any int value. |
- Returns
- a new policy
◆ environment
The documentation for this class was generated from the following file: