public class OFBsnPortModeSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
BSN_PORT_MODE_1X1_VAL |
static short |
BSN_PORT_MODE_1X10_VAL |
static short |
BSN_PORT_MODE_1X100_VAL |
static short |
BSN_PORT_MODE_1X25_VAL |
static short |
BSN_PORT_MODE_1X40_VAL |
static short |
BSN_PORT_MODE_2X50_VAL |
static short |
BSN_PORT_MODE_4X1_VAL |
static short |
BSN_PORT_MODE_4X10_VAL |
static short |
BSN_PORT_MODE_4X25_VAL |
static short |
BSN_PORT_MODE_4XX_VAL |
static short |
BSN_PORT_MODE_NONE_VAL |
| Constructor and Description |
|---|
OFBsnPortModeSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnPortMode |
ofWireValue(short val) |
static void |
putTo(OFBsnPortMode e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnPortMode |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnPortMode e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnPortMode e) |
public static final short BSN_PORT_MODE_NONE_VAL
public static final short BSN_PORT_MODE_4XX_VAL
public static final short BSN_PORT_MODE_4X1_VAL
public static final short BSN_PORT_MODE_4X10_VAL
public static final short BSN_PORT_MODE_4X25_VAL
public static final short BSN_PORT_MODE_2X50_VAL
public static final short BSN_PORT_MODE_1X1_VAL
public static final short BSN_PORT_MODE_1X10_VAL
public static final short BSN_PORT_MODE_1X25_VAL
public static final short BSN_PORT_MODE_1X40_VAL
public static final short BSN_PORT_MODE_1X100_VAL
public static OFBsnPortMode readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnPortMode e)
public static void putTo(OFBsnPortMode e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnPortMode ofWireValue(short val)
public static short toWireValue(OFBsnPortMode e)
Copyright © 2020. All rights reserved.