Reference Guide

Table Of Contents
method getIp() is used to get the IP address. The getIp() method is shown in lines 35 through 44,
and will use the Device Identity Facet to get the IP address.
At line 22 the Device Handler (dh) is used to determine if the VlanHandlerFacet is available for
this device.
At line 24 the Device Handler is used to get the Handler Facet (VlanHandlerFacet).
AT line 27 the Handler Facet (hf) is used to interact with the device and retrieve the vlan
information.
125