Package | Description |
---|---|
net.sf.jrtps.builtin |
This package provides builtin topic support.
|
net.sf.jrtps.message.parameter |
Classes in this package are used with ParameterList encapsulation during message exchange
between participants.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
DiscoveredData.getParameter(ParameterId id)
Gets the Parameter with given ParameterEnum
|
Modifier and Type | Method and Description |
---|---|
ParameterId |
Parameter.getParameterId()
Get the parameterId of this parameter. see 9.6.2.2.2 ParameterID values
|
static ParameterId |
ParameterId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterId[] |
ParameterId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
ParameterList.getParameter(ParameterId pid) |
Constructor and Description |
---|
DeprecatedParameter(ParameterId id) |
EndpointSet(ParameterId e,
int endpoints) |
LocatorParameter(ParameterId pe)
Constructor
|
LocatorParameter(ParameterId pe,
Locator locator)
Constructor
|
Parameter(ParameterId id)
Constructs Parameter with null bytes.
|
Parameter(ParameterId id,
byte[] bytes)
Constructs Parameter with given bytes.
|
Copyright © 2016. All rights reserved.