PotentialParentsTLV: {
    currentParentLQA: number;
    currentParentNwkAddress: number;
    entryCount: number;
    potentialParents: {
        lqa: number;
        nwkAddress: number;
    }[];
}

Type declaration

  • currentParentLQA: number

    The value of the LQA of the current parent.

  • currentParentNwkAddress: number

    The short address that is the current parent for the device. For a router or coordinator this value SHALL be set to 0xFFFF.

  • entryCount: number

    This is the count of additional potential parent short addresses and their associated LQA. If there are no other potential parents this SHALL indicate 0. This value SHALL not be greater than 5.

  • potentialParents: {
        lqa: number;
        nwkAddress: number;
    }[]