public interface OFPortStatsPropEthernet extends OFObject, OFPortStatsProp
Modifier and Type | Interface and Description |
---|---|
static interface |
OFPortStatsPropEthernet.Builder |
Modifier and Type | Method and Description |
---|---|
OFPortStatsPropEthernet.Builder |
createBuilder() |
U64 |
getCollisions() |
U64 |
getRxCrcErr() |
U64 |
getRxFrameErr() |
U64 |
getRxOverErr() |
int |
getType() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putTo
int getType()
getType
in interface OFPortStatsProp
U64 getRxFrameErr()
U64 getRxOverErr()
U64 getRxCrcErr()
U64 getCollisions()
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
OFPortStatsPropEthernet.Builder createBuilder()
createBuilder
in interface OFPortStatsProp
Copyright © 2015. All rights reserved.