public class OFBsnFecConfigStateSerializerVer14 extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BSN_FEC_CONFIG_STATE_DISABLED_VAL |
static int |
BSN_FEC_CONFIG_STATE_ENABLED_VAL |
static int |
BSN_FEC_CONFIG_STATE_UNSET_VAL |
| Constructor and Description |
|---|
OFBsnFecConfigStateSerializerVer14() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnFecConfigState |
ofWireValue(int val) |
static void |
putTo(OFBsnFecConfigState e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnFecConfigState |
readFrom(io.netty.buffer.ByteBuf bb) |
static int |
toWireValue(OFBsnFecConfigState e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnFecConfigState e) |
public static final int BSN_FEC_CONFIG_STATE_UNSET_VAL
public static final int BSN_FEC_CONFIG_STATE_ENABLED_VAL
public static final int BSN_FEC_CONFIG_STATE_DISABLED_VAL
public static OFBsnFecConfigState readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnFecConfigState e)
public static void putTo(OFBsnFecConfigState e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnFecConfigState ofWireValue(int val)
public static int toWireValue(OFBsnFecConfigState e)
Copyright © 2019. All rights reserved.