NwkIEEEJoiningListResponse: {
    entryList?: EUI64[];
    entryListTotal: number;
    joiningPolicy: JoiningPolicy;
    startIndex?: number;
    updateId: number;
}

Type declaration

  • OptionalentryList?: EUI64[]

    A list of IEEE addresses from the mibIeeeJoiningList. This field SHALL be omitted if the entryListTotal is 0.

  • entryListTotal: number

    The total number of IEEE Joining Addresses contained in the response.

  • joiningPolicy: JoiningPolicy

    This is an enumeration.

  • OptionalstartIndex?: number

    The starting index in the mibIeeeJoiningList. This field SHALL be omitted if the entryListTotal is 0.

  • updateId: number

    The issue ID of the IeeeJoiningList. This field SHALL start at 0 and increment for each change to the IeeeJoiningList, or each change to the Joining Policy wrapping to 0 after 0xFF.