NXSL:GetInterfaceObject
Revision as of 13:31, 22 October 2014 by Tomas Kirnak (talk | contribs) (Created page with "__NOTOC__ Get interface object by index. == Syntax == GetInterfaceObject(''obj'', ''index''); == Parameters == {| class="wikitable" |- | ''obj'' || A node object. |- | '...")
Get interface object by index.
Syntax
GetInterfaceObject(obj, index);
Parameters
obj | A node object. |
index | An interface index. |
Return Value
An interface object, or null if not found.
Examples
GetInterfaceObject($node, 2); -> interface object GetInterfaceObject($node, 55); -> null