-
Notifications
You must be signed in to change notification settings - Fork 0
RunB()
Александр Климов edited this page Jan 22, 2020
·
1 revision
Вызов функции с параметрами.
RunB(*USB.USB, Party.b, Detail1.b = $00, ... , Detail5.b = $00)
Параметры
USB - Дескриптор поиска ( Device() ).
XIncludeFile "..\USB.pb"
USB::Init()
*USB.USB::USB = USB::Device($010066FF)
If Not *USB
Debug "Not USB"
Else
Debug "Connect"
EndIf
Debug RunB(*USB, $FF)