PlcListenerFindPrimeNodeByMac Method

Searches for the first node that matches the MAC address passed as a parameter.

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public PrimeTreeNode[] FindPrimeNodeByMac(
	ulong eui48
)

Parameters

eui48  UInt64
Node MAC address to search.

Return Value

PrimeTreeNode
Path to node found, the last item is node that matches the node MAC address, or empty array if the node was not found.

See Also