Click or drag to resize

CDBSetChanClass Method

Set a channel class

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetChanClass(
	int chan,
	string cl
)

public void SetChanClass(
	int chan,
	string cl
)

Parameters

chan
Type: SystemInt32
Channel handle
cl
Type: SystemString
Class
Remarks
The channel class is stored in the "CLASS" parameter of the channel reg. The channel must be locked <define>DB_LOCK_READWRITE</define>
See Also