Creates an address manager entry.

Definition from Z-Stack 3.0.2 AddrMgr.h The uint16 index field is not physically present.

  • Parameters

    • Optionaldata: Buffer<ArrayBufferLike>

      Data to initialize structure with.

    Returns BuiltStruct<
        Struct & Record<"user", number> & Record<"nwkAddr", number> & Record<
            "extAddr",
            Buffer<ArrayBufferLike>,
        > & Record<"isSet", () => Boolean>,
    >