Split Unsigned TCP/IP IPv4 Address To Octets

From Visuino
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.