ST_ArtNetDmxData
TYPE ST_ArtNetDmxData:
STRUCT
nNet : BYTE; (*The top 7 bits of the 15 bit Port-Address to which this packet is destined*)
nSubUni : BYTE; (*The low byte of the 15 bit Port-Address to which this packet is destined*)
aDmxChannels : ARRAY[1..512] OF BYTE;
END_STRUCT
END_TYPE
nNet: beinhaltet die höheren 7 Bit der 15 Bit-Adresse.
nSubUni: beinhaltet das untere Byte der 15 Bit-Adresse.
aDmxChannels: Array mit DMX-Daten einer Universe.
Informationen zur Adressierung finden Sie in der Art-Net™-Spezifikation unter: www.Art-Net.org.uk