com.eurotech.framework.net
Interface EthernetInterface<T extends NetInterfaceAddress>

All Superinterfaces:
NetInterface<T>

public interface EthernetInterface<T extends NetInterfaceAddress>
extends NetInterface<T>

Network interface for Ethernet cards.


Method Summary
 boolean isLinkUp()
          Indicates whether the physical carrier is found (e.g.
 
Methods inherited from interface com.eurotech.framework.net.NetInterface
getDriver, getDriverVersion, getFirmwareVersion, getHardwareAddress, getMTU, getName, getNetInterfaceAddresses, getState, getType, getUsbDevice, isAutoConnect, isLoopback, isPointToPoint, isUp, isVirtual, supportsMulticast
 

Method Detail

isLinkUp

boolean isLinkUp()
Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not).

Returns:


Copyright © 2013. All Rights Reserved.