Uses of Class
bb.net.EthernetMacAddress

Packages that use EthernetMacAddress
bb.net Provides classes and interfaces for network operations. 
 

Uses of EthernetMacAddress in bb.net
 

Methods in bb.net with parameters of type EthernetMacAddress
private static byte[] MagicPacket.magicPacketData(EthernetMacAddress ethernetMacAddress)
           
static void MagicPacket.send(EthernetMacAddress ethernetMacAddress, InetAddress inetAddress)
          Simply calls send(ethernetMacAddress, inetAddress, port_default).
static void MagicPacket.send(EthernetMacAddress ethernetMacAddress, InetAddress inetAddress, int port)
          Sends the "magic packet" data (constructed from ethernetMacAddress) to inetAddress at port.