Gets the protocol domain.

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

Syntax

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

Parameters

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

See Also