Changes between Initial Version and Version 1 of Ticket #1801, comment 3
- Timestamp:
- 04/27/22 06:56:36 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1801, comment 3
initial v1 1 1 > Perhaps C5 changed some port internals? 2 2 3 It did, the direction slot changed from a boolean to a bitma p.3 It did, the direction slot changed from a boolean to a bitmask. 4 4 5 5 For code that is rummaging around inside a port's internals, if you want to know whether a port is open for input, you can check the first slot of the port for {{0x1}} (or {{0x2}} for output).