Returns the local inet address object to which the specified datagram socket or socket is bound
Syntax
etLocalAddress( isocket )
isocket.getLocalAddress( )
Parameters
isocket
|
the datagram socket or socket object to use.
|
Returns
inetaddress
|
the inet address object.
|
Example
iaddress = dgs.getLocalAddress( )
|