Bind
C++ UI toolkit for Arduino
 
Loading...
Searching...
No Matches
BindView Class Reference
Inheritance diagram for BindView:
BindAttitudeIndicator BindButton BindCanvasSettings BindChart BindColorPicker BindDialog BindGauge BindGaugeCompact BindGaugeSimple BindHeadingIndicator BindJoystick BindKnob BindMap BindMapMarker BindRectangle BindSeekBar BindSwitch BindTerminal BindTextInput BindTextLabel

Public Member Functions

virtual uint16_t getBytes (uint8_t *out)
 Retrieves the bytes representing the BindView for synchronization.
 

Public Attributes

int16_t tag
 

Member Function Documentation

◆ getBytes()

virtual uint16_t BindView::getBytes ( uint8_t *  out)
inlinevirtual

Retrieves the bytes representing the BindView for synchronization.

This function is used to gather the bytes that represent the BindView's properties for synchronization.

Note
This function should not be called directly by users, Bind calls it internally.
Parameters
outA pointer to the output buffer where the button data will be stored.
Returns
The number of bytes written to the output buffer.

Reimplemented in BindGaugeSimple, BindAttitudeIndicator, BindButton, BindCanvasSettings, BindChart, BindColorPicker, BindDialog, BindGauge, BindGaugeCompact, BindHeadingIndicator, BindJoystick, BindKnob, BindMap, BindMapMarker, BindRectangle, BindSeekBar, BindSwitch, BindTerminal, BindTextInput, and BindTextLabel.


The documentation for this class was generated from the following file: