IDeviceManagerGetPhysicalInterfaceForAddress Method |
[This is preliminary documentation and is subject to change.]
Get the physical interface that is associated with specified address
Namespace: Netadmin.Management.InventoryAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIPhysicalInterface GetPhysicalInterfaceForAddress(
long addressId
)
Function GetPhysicalInterfaceForAddress (
addressId As Long
) As IPhysicalInterface
Parameters
- addressId
- Type: SystemInt64
The id of the address
Return Value
Type:
IPhysicalInterfaceNull if no match was found, otherwise details of the interface
Exceptions
See Also