Gets the protocol domain.

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

Syntax

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

Parameters

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

Return Value

protocol domain

See Also