NI RFmx Bluetooth Auto Detect Signal Attributes - ni/grpc-device GitHub Wiki

Auto Detect Signal Attributes

RFMXBT_ATTR_DETECTED_PACKET_TYPE

Data Type: int32
Access: read only
Functions: RFmxBT_GetAttributeI32
Description: Returns the packet type detected by the RFmxBT Auto Detect Signal function. This attribute can be queried only after calling the RFmxBT Auto Detect Signal function.

You do not need to use a selector string to read this attribute for the default signal instance. Refer to the Selector Strings topic for information about the string syntax for named signals.

The default value is Unknown.

Get Function: RFmxBT_GetDetectedPacketType

RFMXBT_ATTR_DETECTED_DATA_RATE

Data Type: int32
Access: read only
Functions: RFmxBT_GetAttributeI32
Description: Returns the data rate detected by the RFmxBT Auto Detect Signal function. This attribute returns a valid data rate only if the Detected Packet Type attribute returns LE. This attribute can be queried only after calling the RFmxBT Auto Detect Signal function.

You do not need to use a selector string to read this attribute for the default signal instance. Refer to the Selector Strings topic for information about the string syntax for named signals.

The default value is Not Applicable.

Get Function: RFmxBT_GetDetectedDataRate

RFMXBT_ATTR_DETECTED_PAYLOAD_LENGTH

Data Type: int32
Access: read only
Functions: RFmxBT_GetAttributeI32
Description: Returns the payload length detected by the RFmxBT Auto Detect Signal function. This attribute can be queried only after calling the RFmxBT Auto Detect Signal function.

You do not need to use a selector string to read this attribute for the default signal instance. Refer to the Selector Strings topic for information about the string syntax for named signals.

The default value is -1.

Get Function: RFmxBT_GetDetectedPayloadLength
⚠️ **GitHub.com Fallback** ⚠️