Gets or sets a value indicating the L0 start symbol index in a slot used by this physical channel.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property L0SymbolIndex As Integer |
C# | |
---|
public abstract int L0SymbolIndex {get; set;} |
C++/CLI | |
---|
public:
abstract property int L0SymbolIndex {
int get();
void set ( int value);
} |
Property Value
Default value is 0. Range of value is 0 through 13.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also