public interface OFPortDescPropOptical extends OFObject, OFPortDescProp
Modifier and Type | Interface and Description |
---|---|
static interface |
OFPortDescPropOptical.Builder |
Modifier and Type | Method and Description |
---|---|
OFPortDescPropOptical.Builder |
createBuilder() |
long |
getRxGridFreqLmda() |
long |
getRxMaxFreqLmda() |
long |
getRxMinFreqLmda() |
long |
getSupported() |
long |
getTxGridFreqLmda() |
long |
getTxMaxFreqLmda() |
long |
getTxMinFreqLmda() |
long |
getTxPwrMax() |
long |
getTxPwrMin() |
int |
getType() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
int getType()
getType
in interface OFPortDescProp
long getSupported()
long getTxMinFreqLmda()
long getTxMaxFreqLmda()
long getTxGridFreqLmda()
long getRxMinFreqLmda()
long getRxMaxFreqLmda()
long getRxGridFreqLmda()
long getTxPwrMin()
long getTxPwrMax()
OFVersion getVersion()
getVersion
in interface OFObject
getVersion
in interface OFPortDescProp
void writeTo(io.netty.buffer.ByteBuf channelBuffer)
writeTo
in interface OFPortDescProp
writeTo
in interface Writeable
OFPortDescPropOptical.Builder createBuilder()
createBuilder
in interface OFPortDescProp
Copyright © 2015. All rights reserved.