PlcListenerFindPrimeNodeByMeterID Method

Searches for the first node that matches the meter ID 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[] FindPrimeNodeByMeterID(
	string meterID
)

Parameters

meterID  String
Meter ID to search.

Return Value

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

See Also