1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 10:00:23 +00:00
qb64/internal/help/IOCTL$.txt

22 lines
826 B
Plaintext
Raw Normal View History

2017-10-10 14:55:21 +00:00
'''This page is maintained for historic purposes. The keyword is [[Keywords currently not supported by QB64|not supported in QB64]].'''
----
The [[IOCTL$]] function receives messages from an open device, format of the messages received is device dependent (see manual of the device to see if it is [[IOCTL]] compatible). Most devices are '''not''' [[IOCTL]] compatible.
{{PageSyntax}}
2017-10-10 14:55:21 +00:00
:{{Parameter|result$}} = [[IOCTL$]]([#]{{Parameter|fileNumber%}})
{{PageDescription}}
2017-10-10 14:55:21 +00:00
*'''[[Keywords currently not supported by QB64|Not supported in QB64.]]'''
* {{Parameter|fileNumber%}} is the file number for the [[OPEN]]ed device and {{Parameter|result$}} is the message received from the device.
*'''Note:''' The device must first be opened with the [[OPEN]] statement.
{{PageSeeAlso}}
2017-10-10 14:55:21 +00:00
* [[IOCTL]]
* [[OPEN]]
2019-04-15 01:15:33 +00:00
{{PageNavigation}}