BufferArray (Buffer Array)

An Boolean variable array used to set the buffers in the transmitter to true (use) or false (don't use). BufferArray is a variable array dimensioned to 8 and declared as a Boolean. Each element in the array corresponds to the Buffer Number minus 1 (e.g., 1 = buffer 0, 2 = buffer 1… 8 = buffer 7).

Type: Boolean variable dimensioned to 8 (e.g., Buffer(8) as Boolean)