-
Notifications
You must be signed in to change notification settings - Fork 0
ReadB()
Александр Климов edited this page Jan 22, 2020
·
1 revision
Чтение элемента массива Byte.
ReadB(*USB.USB, Offset.l = 0)
Параметры
USB - Дескриптор поиска ( Device() ).
XIncludeFile "..\USB.pb"
USB::Init()
*USB.USB::USB = USB::Device($010066FF)
If Not *USB
Debug "Not USB"
Else
Debug "Connect"
EndIf
if RunB(*USB, $FF)
Debug ReadB(*USB)
EndIf