1.4.3.29 MMHI_MIB_TIMING_PARAMETERS Struct

C

typedef struct
{
    /* Elaboration time */
    uint16_t tel;  
    /* Added Delay */
    uint16_t delay;  
    /* Added Delay for IC */
    uint16_t icDelay;
    /* Time slot, Default 250 ms */
    uint16_t tc;  
    /* silencing level of the node */
    uint8_t tct;  

} MMHI_MIB_TIMING_PARAMETERS;

Summary

Meters And More Internal timing parameters.

Description

Defines the object to read or write through MIB_MIB_ID_TIMING object.

Remarks

None.