Record Reference

A record is a container class with specific named parameters. Records are often based on existing definitions in ZigBee specifications (see ZigBee Documentation).

Record Class Notes

Parameters for records are listed as follows:

Parameter Type Description
name type Description of parameter.

If a parameter may be of multiple types, each allowed type is listed.

When instantiated, many records can default some of their parameters. These optional parameters have their names followed by * in the table, i.e. “param1*”, to indicate that they are not strictly required. The description will indicate the default value of the parameter.