NXSL:GetInterfaceObject

From NetXMS Wiki
Jump to navigation Jump to search
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

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