Gets the protocol password.

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

Syntax

C#
string GetProtocolPassword(
	int chanNum
)
Visual Basic (Declaration)
Function GetProtocolPassword ( _
	chanNum As Integer _
) As String
Visual C++
String^ GetProtocolPassword(
	int chanNum
)

Parameters

chanNum
Type: System..::.Int32
The channel number

Return Value

protocol password

See Also