Sets the text.

Namespace:  GrassValley.Mseries.ChanStatus
Assembly:  GrassValley.Mseries.ChanStatus (in GrassValley.Mseries.ChanStatus.dll) Version: 1.0.0.0

Syntax

C#
public void SetText(
	int textIndex,
	string text
)
Visual Basic (Declaration)
Public Sub SetText ( _
	textIndex As Integer, _
	text As String _
)
Visual C++
public:
virtual void SetText(
	int textIndex, 
	String^ text
) sealed

Parameters

textIndex
Type: System..::.Int32
Text index.
text
Type: System..::.String
Text.

Implements

IChanStatus..::.SetText(Int32, String)

Remarks

This function writes the given custom text string into channel status memory. Status memory contains four custom text fields per channel. The text index is zero-based. Localization is the responsibility of the application that calls SetText.

See Also