COMM_Get

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > COMM >

COMM_Get

 

Description

 

Retrieve the value of a communications parameter.

 

Syntax

 

Status = COMM_Get(hComm, Parameter)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

hComm

Number

No

File number used by the COMM_OPEN statement to open the communications port.

Parameter

Number

No

Is the communication parameter you want to retrieve. See COMM Equates for the list of communication parameters.

 

Remarks

 

Restrictions

 

See also

 

Examples