Uses of Class
org.netxms.base.MacAddress
Packages that use MacAddress
Package
Description
- 
Uses of MacAddress in org.netxms.baseMethods in org.netxms.base that return MacAddressModifier and TypeMethodDescriptionNXCPMessage.getFieldAsMacAddress(long fieldId) Get field as MacAddressstatic MacAddressMacAddress.parseMacAddress(String str) Parse MAC address string representation.static MacAddressMacAddress.parseMacAddress(String str, boolean fullMac) Parse MAC address string representation.Methods in org.netxms.base with parameters of type MacAddressModifier and TypeMethodDescriptionintMacAddress.compareTo(MacAddress dst) Compare this MAC address to another MAC address.voidNXCPMessage.setField(long fieldId, MacAddress value) Set byte field from MacAddress object value.
- 
Uses of MacAddress in org.netxms.clientMethods in org.netxms.client that return MacAddressModifier and TypeMethodDescriptionNXCObjectCreationData.getMacAddress()NXCObjectModificationData.getMacAddress()Methods in org.netxms.client that return types with arguments of type MacAddressModifier and TypeMethodDescriptionNXCSession.getVendorByMac(Set<MacAddress> macList) Get vendor names by OUI part of provided MAC addresses.Methods in org.netxms.client with parameters of type MacAddressModifier and TypeMethodDescriptionNXCSession.findConnectionPoint(MacAddress macAddr) Find node and/or connection point (either directly connected or most close known interface on a switch) for given MAC address.NXCSession.getVendorByMac(MacAddress mac, Runnable callback) Get vendor name by OUI part of MAC address.voidNXCObjectCreationData.setMacAddress(MacAddress macAddress) voidNXCObjectModificationData.setMacAddress(MacAddress macAddress) Method parameters in org.netxms.client with type arguments of type MacAddressModifier and TypeMethodDescriptionNXCSession.getVendorByMac(Set<MacAddress> macList) Get vendor names by OUI part of provided MAC addresses.
- 
Uses of MacAddress in org.netxms.client.objectsFields in org.netxms.client.objects declared as MacAddressModifier and TypeFieldDescriptionprotected MacAddressAbstractNode.bridgeBaseAddressprotected MacAddressAbstractNode.primaryMacAddressMethods in org.netxms.client.objects that return MacAddressModifier and TypeMethodDescriptionAbstractNode.getBridgeBaseAddress()AccessPoint.getMacAddress()Interface.getMacAddress()Get interface MAC addressSensor.getMacAddress()AbstractNode.getPrimaryMAC()Get MAC address of interface with node's primary IP
- 
Uses of MacAddress in org.netxms.client.topologyMethods in org.netxms.client.topology that return MacAddressModifier and TypeMethodDescriptionFdbEntry.getAddress()RadioInterface.getBSSID()Get BSSID of this interface.ConnectionPoint.getLocalMacAddress()ArpCacheEntry.getMacAddress()Get MAC address.WirelessStation.getMacAddress()Constructors in org.netxms.client.topology with parameters of type MacAddressModifierConstructorDescriptionConnectionPoint(MacAddress macAddress) Create not found connection point