public class OFChannelSpacingSerializerVer13 extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
GHZ_100_VAL |
static short |
GHZ_12P5_VAL |
static short |
GHZ_24_VAL |
static short |
GHZ_50_VAL |
static short |
GHZ_6P25_VAL |
static short |
RES_VAL |
| Constructor and Description |
|---|
OFChannelSpacingSerializerVer13() |
| Modifier and Type | Method and Description |
|---|---|
static OFChannelSpacing |
ofWireValue(short val) |
static void |
putTo(OFChannelSpacing e,
com.google.common.hash.PrimitiveSink sink) |
static OFChannelSpacing |
readFrom(org.jboss.netty.buffer.ChannelBuffer bb) |
static short |
toWireValue(OFChannelSpacing e) |
static void |
writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFChannelSpacing e) |
public static final short RES_VAL
public static final short GHZ_100_VAL
public static final short GHZ_50_VAL
public static final short GHZ_24_VAL
public static final short GHZ_12P5_VAL
public static final short GHZ_6P25_VAL
public static OFChannelSpacing readFrom(org.jboss.netty.buffer.ChannelBuffer bb) throws OFParseError
OFParseErrorpublic static void writeTo(org.jboss.netty.buffer.ChannelBuffer bb,
OFChannelSpacing e)
public static void putTo(OFChannelSpacing e, com.google.common.hash.PrimitiveSink sink)
public static OFChannelSpacing ofWireValue(short val)
public static short toWireValue(OFChannelSpacing e)
Copyright © 2016. All rights reserved.