org.apache.directory.server.dhcp.options.misc
Class NetbiosScope

java.lang.Object
  extended by org.apache.directory.server.dhcp.options.DhcpOption
      extended by org.apache.directory.server.dhcp.options.misc.NetbiosScope

public class NetbiosScope
extends DhcpOption

The NetBIOS scope option specifies the NetBIOS over TCP/IP scope parameter for the client as specified in RFC 1001/1002. The code for this option is 47. The minimum length of this option is 1.


Constructor Summary
NetbiosScope(byte[] netbiosScope)
           
 
Method Summary
protected  void valueToByteBuffer(java.nio.ByteBuffer out)
           
 
Methods inherited from class org.apache.directory.server.dhcp.options.DhcpOption
writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetbiosScope

public NetbiosScope(byte[] netbiosScope)
Method Detail

valueToByteBuffer

protected void valueToByteBuffer(java.nio.ByteBuffer out)
Specified by:
valueToByteBuffer in class DhcpOption


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.