Visual Basic (Declaration) | |
---|---|
Public MustOverride Property QamIdentifiers As Integer() |
C# | |
---|---|
public abstract int[] QamIdentifiers {get; set;} |
C++/CLI | |
---|---|
public: abstract property array<int>^ QamIdentifiers { array<int>^ get(); void set ( array<int>^ value); } |
Property Value
The default value is "0, 1, 2, 3, 4, 5".Each entry in the ResourceModulation array is an index into this array, and each entry in this array is an index into the QamLevels array. This two-level indirection makes it simple to switch what QAM constellation is assigned to groups of carriers in ResourceModulation, by changing values in the QamIdentifiers array.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)