| Package | Description |
|---|---|
| org.scion.jpan |
| Modifier and Type | Method and Description |
|---|---|
Scmp.TypeCode |
Scmp.Message.getTypeCode() |
static Scmp.TypeCode |
Scmp.TypeCode.parse(int type,
int code) |
static Scmp.TypeCode |
Scmp.TypeCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scmp.TypeCode[] |
Scmp.TypeCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Scmp.ErrorMessage |
Scmp.ErrorMessage.createEmpty(Scmp.TypeCode typeCode,
Path path) |
void |
Scmp.Message.setMessageArgs(Scmp.TypeCode sc,
int identifier,
int sequenceNumber) |
| Constructor and Description |
|---|
Message(Scmp.TypeCode typeCode,
int identifier,
int sequenceNumber,
Path path)
DO NOT USE!
|
TracerouteMessage(Scmp.TypeCode typeCode,
int identifier,
int sequenceNumber,
long isdAs,
long ifID,
Path path) |
Copyright © 2024. All rights reserved.