Merge Octets To Unsigned TCP/IP IPv4 Address

From Visuino
Revision as of 23:22, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMergeOctetsToUnsignedIPv4.png == Summary == Merges four individual octets into a single unsigned 32-bit integer representing an IPv4 address. == Description == The **Merge Octets To Unsigned TCP/IP IPv4 Address** component combines four 8-bit octets into a 32-bit unsigned integer value. This value represents a complete IPv4 address in numeric form, making it useful for networking applications, comparisons, or storage. The **Initial Value**...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMergeOctetsToUnsignedIPv4.png

Summary

Merges four individual octets into a single unsigned 32-bit integer representing an IPv4 address.

Description

The **Merge Octets To Unsigned TCP/IP IPv4 Address** component combines four 8-bit octets into a 32-bit unsigned integer value. This value represents a complete IPv4 address in numeric form, making it useful for networking applications, comparisons, or storage. The **Initial Value** property defines the default 32-bit output at startup.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Initial Value (default 0) – Sets the default IPv4 address as a 32-bit unsigned integer.

Pins

Input 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.
  • Clock – Triggers update of the output unsigned value.

Output Pins

  • Out (unsigned) – 32-bit unsigned integer representing the IPv4 address.