NIBTSG_ATTR_DIRTY_TX_MODULATION_INDEX_TYPE
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the modulation index type is NIBTSG_DIRTY_TX_MODULATION_INDEX_TYPE_STANDARD or NIBTSG_VAL_DIRTY_TX_MODULATION_INDEX_TYPE_STABLE.
Syntax
NIBTSG_ATTR_DIRTY_TX_MODULATION_INDEX_TYPE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
67 | int32 | Read/Write | N/A |
Remarks
This attribute is valid only for LE packets. This attribute is applicable only if NIBTSG_ATTR_DIRTY_TX_ENABLED attribute is set to NIBTSG_VAL_TRUE.
The default value is NIBTSG_DIRTY_TX_MODULATION_INDEX_TYPE_STANDARD.
Get Function: niBTSG_GetDirtyTxModulationIndexType
Set Function: niBTSG_SetDirtyTxModulationIndexType
Name | Value | Description |
---|---|---|
NIBTSG_VAL_DIRTY_TX_MODULATION_INDEX_TYPE_STANDARD | 0 (0x0) | Specifies that the modulation index type is standard. |
NIBTSG_VAL_DIRTY_TX_MODULATION_INDEX_TYPE_STABLE | 1 (0x1) | Specifies that the modulation index type is stable. |