Split Unsigned TCP/IP IPv4 Address To Octets

From Visuino
Revision as of 23:25, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoSplitUnsignedIPv4ToOctets.png == Summary == Splits a 32-bit unsigned integer IPv4 address into four individual octets. == Description == The **Split Unsigned TCP/IP IPv4 Address To Octets** component takes a single 32-bit unsigned integer representing an IPv4 address and breaks it down into its four constituent octets. This allows easier manipulation, display, or transmission of IPv4 addresses in segmented form. <b>Diagram:</b> Image...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoSplitUnsignedIPv4ToOctets.png

Summary

Splits a 32-bit unsigned integer IPv4 address into four individual octets.

Description

The **Split Unsigned TCP/IP IPv4 Address To Octets** component takes a single 32-bit unsigned integer representing an IPv4 address and breaks it down into its four constituent octets. This allows easier manipulation, display, or transmission of IPv4 addresses in segmented form.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – 32-bit unsigned IPv4 address input.

Output Pins

  • Octet0 – First octet of the IPv4 address.
  • Octet1 – Second octet of the IPv4 address.
  • Octet2 – Third octet of the IPv4 address.
  • Octet3 – Fourth octet of the IPv4 address.