public interface OFPortDescPropEthernet extends OFObject, OFPortDescProp
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OFPortDescPropEthernet.Builder |
| Modifier and Type | Method and Description |
|---|---|
OFPortDescPropEthernet.Builder |
createBuilder() |
long |
getAdvertised() |
long |
getCurr() |
long |
getCurrSpeed() |
long |
getMaxSpeed() |
long |
getPeer() |
long |
getSupported() |
int |
getType() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putToint getType()
getType in interface OFPortDescProplong getCurr()
long getAdvertised()
long getSupported()
long getPeer()
long getCurrSpeed()
long getMaxSpeed()
OFVersion getVersion()
getVersion in interface OFObjectgetVersion in interface OFPortDescPropvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
writeTo in interface OFPortDescPropwriteTo in interface WriteableOFPortDescPropEthernet.Builder createBuilder()
createBuilder in interface OFPortDescPropCopyright © 2019. All rights reserved.