Jump to content

Component: Bluetooth (E-Blocks 3) (Wireless): Difference between revisions

From Flowcode Help
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead""
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;"" to "width="10%" align="center" class="mtx-class-macrohead""
Line 124: Line 124:
{| class="mtx-class-macrotable wikitable"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties'''  
|-
|-

Revision as of 14:20, 13 July 2026

Author Matrix TSL
Version 1.0
Category Wireless


Bluetooth (E-Blocks 3) component

A component to drive the Bluetooth functionality using the E-blocks 3 Capacitive touch display module.

Detailed description

No detailed description exists yet for this component

Examples

No additional examples

Macro reference

ConnectionStatus

ConnectionStatus
Checks to see if the Bluetooth is connected to a master device 
- BOOL Return


Initialise

Initialise
 
- STRING Name
Friendly device name 
- VOID Return


ReceiveArray

ReceiveArray
Read an array of bytes from the Bluetooth connection and store into the Data array. Returns the number of bytes received 
- BYTE Data
 
- UINT MaxCount
Max number of bytes to try and receive 
- UINT Return


SendArray

SendArray
Send an array of bytes via Bluetooth 
- BYTE Data
 
- UINT Count
 
- VOID Return


Uninitialise

Uninitialise
Shuts down Bluetooth communications.  
- VOID Return


Property reference

Properties

Component Source Code

Please click here to download the component source project: FC_Comp_Source_Bluetooth_EB3_CapTouch_Display.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_Bluetooth_EB3_CapTouch_Display.fcfx