public static interface IcmpV6CommonPacket.IpV6NeighborDiscoveryOption extends Serializable
PropertiesBasedPacketFactory
, classes
which implement this interface must implement the following method: public static
IpV6NeighborDiscoveryOption newInstance(byte[] rawData, int offset, int length) throws
IllegalRawDataException
Modifier and Type | Method and Description |
---|---|
byte[] |
getRawData() |
IpV6NeighborDiscoveryOptionType |
getType() |
int |
length() |
IpV6NeighborDiscoveryOptionType getType()
int length()
byte[] getRawData()
Copyright © 2011–2019 Pcap4J.org. All rights reserved.