PlcListenerFindPrimeNodeByMeterID Method
Searches for the first node that matches the meter ID 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[] FindPrimeNodeByMeterID(
string meterID
)
- meterID String
- Meter ID to search.
PrimeTreeNodePath to node found, the last item is node that matches the node meter ID, or empty array if the node was not found.