Libertas OS API Documentation
    Preparing search index...

    Type Alias LibertasClusterAttributes

    LibertasClusterAttributes: [
        cluster: number,
        attributes: LibertasAttributes,
        nullAttributes?: number[],
    ]

    A tuple representing a collection of attributes (id/value pairs) of a cluster. The nullAttributes contains list of attribute ID with null value. This is especially useful for Lua VM.

    The nullAttributes shall be used with Libertas_DeviceWriteReq and virtual device write req in LibertasVirtualDeviceReq.