public interface OFPortStatsPropOptical extends OFObject, OFPortStatsProp
Modifier and Type | Interface and Description |
---|---|
static interface |
OFPortStatsPropOptical.Builder |
Modifier and Type | Method and Description |
---|---|
OFPortStatsPropOptical.Builder |
createBuilder() |
int |
getBiasCurrent() |
long |
getFlags() |
long |
getRxFreqLmda() |
long |
getRxGridSpan() |
long |
getRxOffset() |
int |
getRxPwr() |
int |
getTemperature() |
long |
getTxFreqLmda() |
long |
getTxGridSpan() |
long |
getTxOffset() |
int |
getTxPwr() |
int |
getType() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
int getType()
getType
in interface OFPortStatsProp
long getFlags()
long getTxFreqLmda()
long getTxOffset()
long getTxGridSpan()
long getRxFreqLmda()
long getRxOffset()
long getRxGridSpan()
int getTxPwr()
int getRxPwr()
int getBiasCurrent()
int getTemperature()
OFVersion getVersion()
getVersion
in interface OFObject
getVersion
in interface OFPortStatsProp
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
writeTo
in interface OFPortStatsProp
writeTo
in interface Writeable
OFPortStatsPropOptical.Builder createBuilder()
createBuilder
in interface OFPortStatsProp
Copyright © 2015. All rights reserved.