IOSET: Difference between revisions
Jump to navigation
Jump to search
m (→References: remove reference to SINTRAN III Quick Reference Card; it does not mention the IOSET command) |
m (fixed a typo.) |
||
Line 1: | Line 1: | ||
@IOSET <logical unit> <read/write> <program> <control> | @IOSET <logical unit> <read/write> <program> <control> | ||
This command can be used to set an I/O-device in a | This command can be used to set an I/O-device in a given state. | ||
<logical unit> identifies a device, which must be reserved (opened) beforehand. | <logical unit> identifies a device, which must be reserved (opened) beforehand. |
Revision as of 19:58, 9 August 2012
@IOSET <logical unit> <read/write> <program> <control>
This command can be used to set an I/O-device in a given state.
<logical unit> identifies a device, which must be reserved (opened) beforehand.
<read/write> is 0 (zero) for input part and 1 (one) for output part (of device).
<program> must be 0 (zero).
<control> has different meaning for different devices but generally -1 means "reset device". See also [1].
References
Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 3.3.13
- ↑ Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 3.6.2