Class EthernetMgr

    • Constructor Detail

      • EthernetMgr

        public EthernetMgr​(CipDevice parent)
    • Method Detail

      • getInterfaceForAddress

        public EnetInstance getInterfaceForAddress​(java.net.InetAddress inetaddr)
        The TCP/IP Object must report an EPath to the Ethernet object instance it is attached to. Since it can change at any time, every read of that attribute calls this lookup to select or create the required instance.
        Parameters:
        inetaddr - The internet address assigned to a local interface.
        Returns:
        The Cip Object that describes the network interface.