Package | Description |
---|---|
ethernet |
Modifier and Type | Field and Description |
---|---|
private MessageTopicLinks.CommandType |
MessageTopicLinks.command |
Modifier and Type | Method and Description |
---|---|
MessageTopicLinks.CommandType |
MessageTopicLinks.getCommand() |
static MessageTopicLinks.CommandType |
MessageTopicLinks.CommandType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageTopicLinks.CommandType[] |
MessageTopicLinks.CommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MessageTopicLinks(IPPort srcIPP,
MessageTopicLinks.CommandType cmd,
java.util.ArrayList<java.lang.String> topicList)
Create a topic links message based on the passed buffer.
|