touchgfx::AbstractPartition::element() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::AbstractPartition::element()

touchgfx::AbstractPartition::element() method

@fn virtual void* AbstractPartition::element(uint16_t index) = 0; Access to stored element. Used internally. Access to stored element. Used internally.

Syntax

virtual void* element(uint16_t index) = 0;

Arguments

index

Zero-based index of the.

Return value

null if it fails, else a void*.

References

LocationText
AbstractPartition.hpp:275
virtual void* element(uint16_t index) = 0;