ConfigurationCellGetSignalReference(SignalKind, Int32, Int32) Method

Get signal reference for specified SignalKind and index.

Definition

Namespace: Gemstone.PhasorProtocols.Anonymous
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.141 -- Release Build+a1d309b3dd9a36e1f43458d44683b1366d4d4297
public string GetSignalReference(
	SignalKind type,
	int index,
	int count
)

Parameters

type  SignalKind
SignalKind to request signal reference for.
index  Int32
Index SignalKind to request signal reference for.
count  Int32
Number of signals defined for this SignalKind.

Return Value

String
Signal reference of given SignalKind and index.

See Also