Changes between Version 1 and Version 2 of Ticket #1801, comment 3
- Timestamp:
- 04/27/22 06:58:43 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1801, comment 3
v1 v2 3 3 It did, the direction slot changed from a boolean to a bitmask. 4 4 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).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). 6 6 7 7 Not sure if that helps, just for the record.