| Package | Description |
|---|---|
| org.netxms.base | |
| org.netxms.client | |
| org.netxms.client.objects | |
| org.netxms.client.topology |
| Modifier and Type | Method and Description |
|---|---|
MacAddress |
NXCPMessage.getFieldAsMacAddress(long fieldId)
Get field as MacAddress
|
static MacAddress |
MacAddress.parseMacAddress(String str)
Parse MAC address string representation.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MacAddress.compareTo(MacAddress dst)
Compare this MAC address to another MAC address.
|
void |
NXCPMessage.setField(long fieldId,
MacAddress value)
Set byte field from MacAddress object value.
|
| Modifier and Type | Method and Description |
|---|---|
MacAddress |
NXCObjectCreationData.getMacAddress() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoint |
NXCSession.findConnectionPoint(MacAddress macAddr)
Find connection point (either directly connected or most close known
interface on a switch) for given MAC address.
|
void |
NXCObjectCreationData.setMacAddress(MacAddress macAddress) |
| Modifier and Type | Field and Description |
|---|---|
protected MacAddress |
AbstractNode.bridgeBaseAddress |
| Modifier and Type | Method and Description |
|---|---|
MacAddress |
AbstractNode.getBridgeBaseAddress() |
MacAddress |
AccessPoint.getMacAddress() |
MacAddress |
Interface.getMacAddress()
Get interface MAC address
|
MacAddress |
AbstractNode.getPrimaryMAC()
Get MAC address of interface with node's primary IP
|
| Modifier and Type | Method and Description |
|---|---|
MacAddress |
FdbEntry.getAddress() |
MacAddress |
ConnectionPoint.getLocalMacAddress() |
MacAddress |
RadioInterface.getMacAddress() |
MacAddress |
WirelessStation.getMacAddress() |
Copyright © 2018. All rights reserved.