Gets the protocol password.

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

Syntax

C#
void SetProtocolPassword(
	int chanNum,
	string password
)
Visual Basic (Declaration)
Sub SetProtocolPassword ( _
	chanNum As Integer, _
	password As String _
)
Visual C++
void SetProtocolPassword(
	int chanNum, 
	String^ password
)

Parameters

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

See Also