Binary Data(Array) Delete Items
Jump to navigation
Jump to search
File:TArduinoBinaryDataArrayDeleteItems.png
Summary
Removes a specified number of items starting from a given index in a binary data array.
Description
The **Binary Data (Array) Delete Items** component allows you to delete a segment from a binary array. - **Enabled**: When **False**, the component is disabled and passes the input unchanged. - **Count**: Defines how many items to remove starting at the specified index. - **Index**: Defines the starting position (0-based) in the binary array where deletion begins.
This is useful when you need to manipulate binary data streams—such as removing headers, trimming payloads, or excising unwanted segments before further processing or transmission.
Diagram:
Categories
- File:TArduinoBinaryCategory.png Category Binary - Components related to binary data processing
Properties
- Enabled – When **False**, passes the input through as-is without deletion.
- Count – Number of items to delete starting from the defined index.
- Index – The starting position for deletion (zero-based index).
Pins
- In – Input binary array.
- Out – Output binary array with the specified items removed.