public class OFBsnModuleEepromRecvSignalTypeSerializerVer14 extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
BSN_MODULE_EEPROM_RECV_SIGNAL_AVG_VAL |
static byte |
BSN_MODULE_EEPROM_RECV_SIGNAL_OMA_VAL |
| Constructor and Description |
|---|
OFBsnModuleEepromRecvSignalTypeSerializerVer14() |
| Modifier and Type | Method and Description |
|---|---|
static Set<OFBsnModuleEepromRecvSignalType> |
ofWireValue(byte val) |
static void |
putTo(Set<OFBsnModuleEepromRecvSignalType> set,
com.google.common.hash.PrimitiveSink sink) |
static Set<OFBsnModuleEepromRecvSignalType> |
readFrom(io.netty.buffer.ByteBuf bb) |
static byte |
toWireValue(Set<OFBsnModuleEepromRecvSignalType> set) |
static void |
writeTo(io.netty.buffer.ByteBuf bb,
Set<OFBsnModuleEepromRecvSignalType> set) |
public static final byte BSN_MODULE_EEPROM_RECV_SIGNAL_OMA_VAL
public static final byte BSN_MODULE_EEPROM_RECV_SIGNAL_AVG_VAL
public OFBsnModuleEepromRecvSignalTypeSerializerVer14()
public static Set<OFBsnModuleEepromRecvSignalType> readFrom(io.netty.buffer.ByteBuf bb) throws OFParseError
OFParseErrorpublic static void writeTo(io.netty.buffer.ByteBuf bb,
Set<OFBsnModuleEepromRecvSignalType> set)
public static void putTo(Set<OFBsnModuleEepromRecvSignalType> set, com.google.common.hash.PrimitiveSink sink)
public static Set<OFBsnModuleEepromRecvSignalType> ofWireValue(byte val)
public static byte toWireValue(Set<OFBsnModuleEepromRecvSignalType> set)
Copyright © 2019. All rights reserved.