Package | Description |
---|---|
org.projectfloodlight.openflow.protocol | |
org.projectfloodlight.openflow.protocol.ver15 |
Modifier and Type | Method and Description |
---|---|
static OFPortModPropType |
OFPortModPropType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFPortModPropType[] |
OFPortModPropType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static OFPortModPropType |
OFPortModPropTypeSerializerVer15.ofWireValue(short val) |
static OFPortModPropType |
OFPortModPropTypeSerializerVer15.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFPortModPropTypeSerializerVer15.putTo(OFPortModPropType e,
com.google.common.hash.PrimitiveSink sink) |
static short |
OFPortModPropTypeSerializerVer15.toWireValue(OFPortModPropType e) |
static void |
OFPortModPropTypeSerializerVer15.writeTo(io.netty.buffer.ByteBuf bb,
OFPortModPropType e) |
Copyright © 2017. All rights reserved.