Gets or sets a Walsh code mask used for predefined code channels.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property PredefinedWalshCodeMask As String |
C# | |
---|
public abstract string PredefinedWalshCodeMask {get; set;} |
C++/CLI | |
---|
public:
abstract property String^ PredefinedWalshCodeMask {
String^ get();
void set ( String^ value);
} |
Property Value
The default value is "0000000000001".
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also