jtux
Class UNetwork.s_in_addr

java.lang.Object
  extended by jtux.UNetwork.s_in_addr
Enclosing class:
UNetwork

public static class UNetwork.s_in_addr
extends java.lang.Object

Java version of C struct in_addr.

Click here for Posix/SUS C API.


Field Summary
 int s_addr
          IPv4 address (uint32_t)
 
Constructor Summary
UNetwork.s_in_addr()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s_addr

public int s_addr
IPv4 address (uint32_t)

Constructor Detail

UNetwork.s_in_addr

public UNetwork.s_in_addr()