RFmxBTMXHighDataThroughputPacketFormat Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the Higher Data Throughput (HDT) packet format. This method is applicable only when you set the SetPacketType(string, RFmxBTMXPacketType) method to PacketTypeLEHdt.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public enum RFmxBTMXHighDataThroughputPacketFormat
Members
| Name | Value | Description |
|---|---|---|
| ShortFormat | 0 | Specifies that the HDT packet format is Short Format. This packet consists of preamble and control header field. |
| Format0 | 1 | Specifies that the HDT packet format is Format0. This packet consists of preamble, control header, PDU header and payload field. The maximum payload length is 510 bytes. |
| Format1 | 2 | Specifies that the HDT packet format is Format1. This packet format is similar to the Format0 but its payload zone consists of multiple blocks and the maximum payload length per payload is 8191 bytes. |