Binary Data(Array) Delete Items

From Visuino
Revision as of 09:29, 13 August 2025 by Visuino (talk | contribs) (Created page with "Image: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 st...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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.