Click or drag to resize

CCOMiReadCharsNoTerminate Method (String)

Reads characters from the COM, times out and does not terminate

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iReadCharsNoTerminate(
	ref string line
)

public int iReadCharsNoTerminate(
	ref string line
)

Parameters

line
Type: SystemString
String for characters

Return Value

Type: Int32
0 - if successful 1 - if time out or error
See Also