Jump to content

Bot test: Difference between revisions

From Flowcode Help
DavidA (talk | contribs)
No edit summary
DavidA (talk | contribs)
No edit summary
Line 17: Line 17:
| colspan="2" | The timeout value will need to set to allow sufficient time for the response to arrive.  
| colspan="2" | The timeout value will need to set to allow sufficient time for the response to arrive.  
|-
|-
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:]] -
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID
| width="90%" style="border-top: 2px solid #000;" | ''Return''
| width="90%" style="border-top: 2px solid #000;" | ''Return''
|}
|}

Revision as of 11:35, 17 August 2021

Initialise
Required to be used whenever the Bluetooth component is used in a program. Initialises the Bluetooth component ready for use.
- BYTE response_code
1:OK / 2:ERROR / 3:CONNECT / 4:NO CARRIER / 5:AUDIO / 6:PAIR / 7:RING
- BYTE timeout
The timeout value will need to set to allow sufficient time for the response to arrive.
- VOID Return