F_UNIVERSE_TO_MulticastAdr
This function automatically calculates the sACN multicast IPv4 address associated with a specific universe number according to the ANSI E1.31 standard. The address is generated using the pattern **239.255.H.L**, where H and L correspond to the high and low bytes of the universe ID respectively.
Inputs
|
Name |
Type |
Description |
|---|---|---|
|
Universe |
UINT |
The sACN universe number (1–63999) for which the multicast address is needed. |
Returns
|
Name |
Type |
Description |
|---|---|---|
|
T_IPv4Addr |
A string representing the calculated multicast IPv4 address. |