BUF Module
2-18
❏
Buffer alignment.
Specify the alignment boundary for fixed-length
buffers in the pool. Each buffer is aligned on boundaries with a
multiple of this number. The default size shown is the minimum valid
value for that platform. The value must be a power of 2.
Tconf Name: align
Type: Int32
Example:
myBuf.align = 2;
❏
Buffer pool length
. The actual length of the buffer pool (in MADUs)
is calculated by multiplying the Buffer count by the Buffer size after
alignment. You cannot modify this value directly.
Tconf Name: len
Type: Int32
Example:
myBuf.len = 4;
❏
Buffer size after alignment.
This property shows the modified
Buffer size after applying the alignment. For example, if the Buffer
size is 9 and the alignment is 4, the Buffer size after alignment is 12
(the next whole number multiple of 4 after 9).
Tconf Name: postalignsize
Type: Int32
Example:
myBuf.postalignsize = 4;