Uses of Class
com.ccg.net.ethernet.EthernetAddress

Packages that use EthernetAddress
com.ccg.net.ethernet Classes related to working with Ethernet addresses.. 
 

Uses of EthernetAddress in com.ccg.net.ethernet
 

Fields in com.ccg.net.ethernet declared as EthernetAddress
static EthernetAddress EthernetAddress.NULL
          Constant ethernet address object which has the "null address".
 

Methods in com.ccg.net.ethernet that return EthernetAddress
static EthernetAddress EthernetAddress.fromBytes(byte[] val)
          Set the binary ID of your ethernet adapter.
static EthernetAddress EthernetAddress.fromString(String sval)
          Parse a ethernet address object from a string.
static EthernetAddress EthernetAddress.getPrimaryAdapter()
          Try to determine the primary ethernet address of the machine.
 



Copyright 1998-1998-2006 null. All Rights Reserved.