Modifier and Type | Method and Description |
---|---|
static Flags |
Flags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Flags[] |
Flags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IRouter.routeAdd(int destinationNetwork,
byte prefix,
int gateway,
Flags[] flags,
HWPort port)
Fuegt eine Route hinzu.
|
boolean |
IRouter.routeModify(int destinationNetwork,
byte prefix,
int gateway,
Flags[] flags,
HWPort port)
Modifiziert eine bestehende Route.
|