Package org.onlab.packet.ndp
Class NeighborDiscoveryOptions.Option
- java.lang.Object
- 
- org.onlab.packet.ndp.NeighborDiscoveryOptions.Option
 
- 
- Enclosing class:
- NeighborDiscoveryOptions
 
 public final class NeighborDiscoveryOptions.Option extends java.lang.ObjectPacket option.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]data()Gets the option data.intdataLength()Gets the option data length (in number of octets).java.lang.StringtoString()bytetype()Gets the option type.
 
- 
- 
- 
Method Detail- 
typepublic byte type() Gets the option type.- Returns:
- the option type
 
 - 
datapublic byte[] data() Gets the option data.- Returns:
- the option data
 
 - 
dataLengthpublic int dataLength() Gets the option data length (in number of octets).- Returns:
- the option data length (in number of octets)
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-