1.Fields of transferArray record Field |Summary |Type |Initial ------+--------------------------------+----------+-------- TASI |source index(zero origin) |ULONG |0 TADI |destination index(zero origin) |ULONG |0 TATC |number of transmission elements |ULONG |0 TAZF |zero fill flag(0:not fill) |menuYesNo |NO 2.How to make 2-1.copy below files to src-directory on your project - transferArrayRecord.c - transferArrayRecord.dbd 2-2.modify your Makefile ex) your-project_DBD += transferArrayRecord.dbd your-project_SRCS += transferArrayRecord.c 2-3.build your project