|
QLIB-function: QAPIWrite8255
With the function QAPIWrite8255 a 8 Bit value will be written from the register 8255.
void QAPIWrite8255 (
ULONG cardid
ULONG reg
ULONG value
);
Parameter 1
| cardhandle |
Defines the ID of the card, from which the content of the register typ 8255 should be written |
Parameter 2:
| reg |
Defines the register, from which to read the 8 Bit value. For reg are the valid range 0...3 |
Parameter 3:
| value |
Defines the value, which should be written into the register |
Return value
None.
Back to the QLIB overview
|