public class OFOtportSignalTypeSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
OCH_VAL |
static short |
OMSN_VAL |
static short |
OPSM_VAL |
static short |
OPSN_VAL |
static short |
OTSN_VAL |
static short |
OTU1_VAL |
static short |
OTU2_VAL |
static short |
OTU3_VAL |
static short |
OTU4_VAL |
| Constructor and Description |
|---|
OFOtportSignalTypeSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFOtportSignalType |
ofWireValue(short val) |
static void |
putTo(OFOtportSignalType e,
com.google.common.hash.PrimitiveSink sink) |
static OFOtportSignalType |
readFrom(io.netty.buffer.ByteBuf bb) |
static short |
toWireValue(OFOtportSignalType e) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
OFOtportSignalType e) |
public static final short OTSN_VAL
public static final short OMSN_VAL
public static final short OPSN_VAL
public static final short OPSM_VAL
public static final short OCH_VAL
public static final short OTU1_VAL
public static final short OTU2_VAL
public static final short OTU3_VAL
public static final short OTU4_VAL
public static OFOtportSignalType readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
OFOtportSignalType e)
public static void putTo(OFOtportSignalType e, com.google.common.hash.PrimitiveSink sink)
public static OFOtportSignalType ofWireValue(short val)
public static short toWireValue(OFOtportSignalType e)
Copyright © 2017. All rights reserved.