Gets or sets the PUCCH HARQ-ACK Info Size.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property PucchHarqAckInformationSize As Integer |
| C# | |
|---|
public abstract int PucchHarqAckInformationSize {get; set;} |
| C++/CLI | |
|---|
public:
abstract property int PucchHarqAckInformationSize {
int get();
void set ( int value);
} |
Property Value
The default value is 0. The minimum value is 0 and the maximum is 21 for LTE-A (PUCCH Format3) or 2 for LTE (PUCCH Format 2,2A,2B)
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also