Gets or sets the number of predefined FPDCH-1 channels.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property PredefinedFpdch1CodeChannels As Integer |
| C# | |
|---|
public abstract int PredefinedFpdch1CodeChannels {get; set;} |
| C++/CLI | |
|---|
public:
abstract property int PredefinedFpdch1CodeChannels {
int get();
void set ( int value);
} |
Property Value
The default value is 0. The maximum value is 28-PredefinedFpdch0CodeChannels, and the minimum is 0.
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also