public class OFPortOpticalTransportLayerClassSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
OCH_VAL |
static byte |
ODU_VAL |
static byte |
ODUCLT_VAL |
static byte |
PORT_VAL |
| Constructor and Description |
|---|
OFPortOpticalTransportLayerClassSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFPortOpticalTransportLayerClass |
ofWireValue(byte val) |
static void |
putTo(OFPortOpticalTransportLayerClass e,
com.google.common.hash.PrimitiveSink sink) |
static OFPortOpticalTransportLayerClass |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(OFPortOpticalTransportLayerClass e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFPortOpticalTransportLayerClass e) |
public static final byte PORT_VAL
public static final byte OCH_VAL
public static final byte ODU_VAL
public static final byte ODUCLT_VAL
public OFPortOpticalTransportLayerClassSerializerVer13()
public static OFPortOpticalTransportLayerClass readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFPortOpticalTransportLayerClass e)
public static void putTo(OFPortOpticalTransportLayerClass e, com.google.common.hash.PrimitiveSink sink)
public static OFPortOpticalTransportLayerClass ofWireValue(byte val)
public static byte toWireValue(OFPortOpticalTransportLayerClass e)
Copyright © 2017. All rights reserved.