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