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