public class OFBsnVportStatusSerializerVer12 extends Object
Modifier and Type | Field and Description |
---|---|
static short |
BSN_VPORT_STATUS_FAILED_VAL |
static short |
BSN_VPORT_STATUS_OK_VAL |
Constructor and Description |
---|
OFBsnVportStatusSerializerVer12() |
Modifier and Type | Method and Description |
---|---|
static OFBsnVportStatus |
ofWireValue(short val) |
static void |
putTo(OFBsnVportStatus e,
com.google.common.hash.PrimitiveSink sink) |
static OFBsnVportStatus |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFBsnVportStatus e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFBsnVportStatus e) |
public static final short BSN_VPORT_STATUS_OK_VAL
public static final short BSN_VPORT_STATUS_FAILED_VAL
public static OFBsnVportStatus readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseError
public static void writeTo(io.netty.buffer.ByteBuf bb, OFBsnVportStatus e)
public static void putTo(OFBsnVportStatus e, com.google.common.hash.PrimitiveSink sink)
public static OFBsnVportStatus ofWireValue(short val)
public static short toWireValue(OFBsnVportStatus e)
Copyright © 2015. All rights reserved.