Dependent function: M3uaRkStatus
The following M3UARkSta structure contains the number of dynamically registered routing keys in the M3UA layer:
typedef struct _M3UARkSta /* Dynamic Routing Key status */
{
U16 nmbRkReg; /* Num of RK dynamically registered */
U16 spare1; /* alignment */
} M3UARkSta;
The M3UARkSta structure contains the following field:
Field |
Type |
Description |
nmbRkReq |
U16 |
Number of dynamically registered routing keys in the M3UA layer. |
spare1 |
U16 |
Alignment. |