public class OFBsnPortSpeedGbpsTypeSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BSN_PORT_SPEED_GBPS_1_VAL |
static int |
BSN_PORT_SPEED_GBPS_10_VAL |
static int |
BSN_PORT_SPEED_GBPS_100_VAL |
static int |
BSN_PORT_SPEED_GBPS_25_VAL |
static int |
BSN_PORT_SPEED_GBPS_40_VAL |
static int |
BSN_PORT_SPEED_GBPS_50_VAL |
| Constructor and Description |
|---|
OFBsnPortSpeedGbpsTypeSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnPortSpeedGbpsType |
ofWireValue(int val) |
static void |
putTo(OFBsnPortSpeedGbpsType e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnPortSpeedGbpsType |
readFrom(io.netty.buffer.ByteBuf bb) |
static int |
toWireValue(OFBsnPortSpeedGbpsType e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnPortSpeedGbpsType e) |
public static final int BSN_PORT_SPEED_GBPS_1_VAL
public static final int BSN_PORT_SPEED_GBPS_10_VAL
public static final int BSN_PORT_SPEED_GBPS_25_VAL
public static final int BSN_PORT_SPEED_GBPS_40_VAL
public static final int BSN_PORT_SPEED_GBPS_50_VAL
public static final int BSN_PORT_SPEED_GBPS_100_VAL
public OFBsnPortSpeedGbpsTypeSerializerVer13()
public static OFBsnPortSpeedGbpsType readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnPortSpeedGbpsType e)
public static void putTo(OFBsnPortSpeedGbpsType e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnPortSpeedGbpsType ofWireValue(int val)
public static int toWireValue(OFBsnPortSpeedGbpsType e)
Copyright © 2019. All rights reserved.