ZPS_tsAftsStartParamsDistributed

This structure contains the start parameter values for a node in a distributed security network.

typedef struct
{
    uint64     u64ExtPanId;
    uint8      *pu8NwkKey;
    uint16     u16PanId;
    uint16     u16NwkAddr;
    uint8      u8KeyIndex;
    uint8      u8LogicalChannel;
    uint8      u8NwkupdateId;
} ZPS_tsAftsStartParamsDistributed;

where:

  • u64ExtPanIdis the Extended PAN ID of the distributed security network.

  • pu8NwkKeyis a pointer to a location to receive the network key.

  • u16PanIdis the PAN ID of the network.

  • u16NwkAddris the network address of the local node.

  • u8KeyIndexis the sequence number required to identify the network key in the security set.

  • u8LogicalChannelis the number of the radio channel on which the network operates.

  • u8NwkupdateIdis a unique byte value which is incremented when the network parameters are updated (and is therefore used to determine whether a receiving node has missed an update).

Parent topic:Other structures