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