public class OFBsnAdminStateSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
BSN_ADMIN_STATE_DISABLED_VAL |
static byte |
BSN_ADMIN_STATE_ENABLED_VAL |
| Constructor and Description |
|---|
OFBsnAdminStateSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFBsnAdminState |
ofWireValue(byte val) |
static void |
putTo(OFBsnAdminState e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnAdminState |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFBsnAdminState e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnAdminState e) |
public static final byte BSN_ADMIN_STATE_DISABLED_VAL
public static final byte BSN_ADMIN_STATE_ENABLED_VAL
public static OFBsnAdminState readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFBsnAdminState e)
public static void putTo(OFBsnAdminState e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnAdminState ofWireValue(byte val)
public static byte toWireValue(OFBsnAdminState e)
Copyright © 2021. All rights reserved.