PlcListenerGetPrimeTopology Method

Returns descendants of switch with ID sid.

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[] GetPrimeTopology(
	ushort sid,
	bool forceReload
)

Parameters

sid  UInt16
Switch ID to return its descendants.
forceReload  Boolean

Return Value

PrimeTreeNode

See Also