PlcListenerFindPrimeNodeByMac Method
Searches for the first node that matches the MAC address passed as a parameter.
Namespace: OddPrg.Communication.PlcAssembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
public PrimeTreeNode[] FindPrimeNodeByMac(
ulong eui48
)
- eui48 UInt64
- Node MAC address to search.
PrimeTreeNodePath to node found, the last item is node that matches the node MAC address, or empty array if the node was not found.