Click or drag to resize

CCOMiWriteCharsNoTerminate Method

Writes characters to the COM. Does not terminate upon error

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

public int iWriteCharsNoTerminate(
	string line
)

Parameters

line
Type: SystemString
Line to write

Return Value

Type: Int32
0 - if successful in writing a string 1 - if time out or error was encountered
See Also