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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |