public interface OFActionCopyField extends OFObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OFActionCopyField.Builder |
| Modifier and Type | Method and Description |
|---|---|
OFActionCopyField.Builder |
createBuilder() |
int |
getDstOffset() |
int |
getNBits() |
OFOxmList |
getOxmIds() |
int |
getSrcOffset() |
int |
getType() |
OFVersion |
getVersion() |
void |
writeTo(io.netty.buffer.ByteBuf channelBuffer) |
putToint getType()
int getNBits()
int getSrcOffset()
int getDstOffset()
OFOxmList getOxmIds()
OFVersion getVersion()
getVersion in interface OFObjectvoid writeTo(io.netty.buffer.ByteBuf channelBuffer)
OFActionCopyField.Builder createBuilder()
Copyright © 2020. All rights reserved.