DCT Lightfoot v3 API specification

com.dctl.j2me.net
Class IP

java.lang.Object
  |
  +--com.dctl.j2me.net.IP

public class IP
extends Object

This provides access to some low level IP functionality


Constructor Summary
IP()
           
 
Method Summary
static int getBroadcastAddress()
          Get the broadcast address
static int getIPAddress()
          Get the IP address of the system
static int getNetmask()
          Get the netmask of the system
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IP

public IP()
Method Detail

getIPAddress

public static int getIPAddress()
Get the IP address of the system

Returns:
the ip address

getNetmask

public static int getNetmask()
Get the netmask of the system

Returns:
the netmask

getBroadcastAddress

public static int getBroadcastAddress()
Get the broadcast address

Returns:
the broadcast address

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification