371
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
.Intnum Property
Function:
Sets/returns the number of currently selected interrupt
line.
Type:
Enum (pl_int_num, byte)
Value Range:
Platform-specific. See the list of pl_int_num constants in
the platform specifications.
See Also:
Details
Selected interrupt line can be enabled or disabled using the
property. State change on enabled interrupt lines causes
event
generation.
In order to work correctly as an interrupt on certain platforms, the line may need
to be configured as an input -- see
for details.
.Invert Method
Function:
Inverts the state of the I/O line specified by the num
argument.
Syntax:
io.invert(num as pl_io_num)
Returns:
---
See Also:
Line/Port Manipulation Without Pre-selection
,
Part
Description
num
Platform-specific. See the list of pl_io_num constants in the
platform specifications.
Details
No line pre-selection with the
property is required and the value of the
io.num will not be changed.
.Lineget Method
Function:
Returns the state of the I/O line specified by the num
argument.
Syntax:
io.lineget(num as pl_io_num) as low_high
Returns:
Current line state as LOW or HIGH (low_high enum
values)
See Also:
Line/Port Manipulation Without Pre-selection
,
369
370
373
368
367
371
372
372
367
372
371