C# Class java.net.NetworkInterface

Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
equals ( java arg0 ) : bool
getByInetAddress ( java arg0 ) : global::java.net.NetworkInterface
getByName ( java arg0 ) : global::java.net.NetworkInterface
getDisplayName ( ) : global::java.lang.String
getHardwareAddress ( ) : byte[]
getInetAddresses ( ) : global::java.util.Enumeration
getInterfaceAddresses ( ) : global::java.util.List
getMTU ( ) : int
getName ( ) : global::java.lang.String
getNetworkInterfaces ( ) : global::java.util.Enumeration
getParent ( ) : global::java.net.NetworkInterface
getSubInterfaces ( ) : global::java.util.Enumeration
hashCode ( ) : int
isLoopback ( ) : bool
isPointToPoint ( ) : bool
isUp ( ) : bool
isVirtual ( ) : bool
supportsMulticast ( ) : bool
toString ( ) : global::java.lang.String

Private Methods

Method Description
NetworkInterface ( )
NetworkInterface ( global @__env )

Method Details

equals() public final method

public final equals ( java arg0 ) : bool
arg0 java
return bool

getByInetAddress() public static method

public static getByInetAddress ( java arg0 ) : global::java.net.NetworkInterface
arg0 java
return global::java.net.NetworkInterface

getByName() public static method

public static getByName ( java arg0 ) : global::java.net.NetworkInterface
arg0 java
return global::java.net.NetworkInterface

getDisplayName() public method

public getDisplayName ( ) : global::java.lang.String
return global::java.lang.String

getHardwareAddress() public method

public getHardwareAddress ( ) : byte[]
return byte[]

getInetAddresses() public method

public getInetAddresses ( ) : global::java.util.Enumeration
return global::java.util.Enumeration

getInterfaceAddresses() public method

public getInterfaceAddresses ( ) : global::java.util.List
return global::java.util.List

getMTU() public method

public getMTU ( ) : int
return int

getName() public method

public getName ( ) : global::java.lang.String
return global::java.lang.String

getNetworkInterfaces() public static method

public static getNetworkInterfaces ( ) : global::java.util.Enumeration
return global::java.util.Enumeration

getParent() public method

public getParent ( ) : global::java.net.NetworkInterface
return global::java.net.NetworkInterface

getSubInterfaces() public method

public getSubInterfaces ( ) : global::java.util.Enumeration
return global::java.util.Enumeration

hashCode() public final method

public final hashCode ( ) : int
return int

isLoopback() public method

public isLoopback ( ) : bool
return bool

isPointToPoint() public method

public isPointToPoint ( ) : bool
return bool

isUp() public method

public isUp ( ) : bool
return bool

isVirtual() public method

public isVirtual ( ) : bool
return bool

supportsMulticast() public method

public supportsMulticast ( ) : bool
return bool

toString() public final method

public final toString ( ) : global::java.lang.String
return global::java.lang.String