| Visual Basic (Declaration) | |
|---|---|
Public Property Symbol As Long | |
| C# | |
|---|---|
public long Symbol {get; set;} | |
Property Value
The integer representation of the data symbol represented by the custom modulation state location.The numeric representation of symbol data must be specified in most significant bit ordering.
To provide a binary value of "b010", set the value to 2.
To provide a hex value of "0x30A", set the value to 778.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)