Gets the keyboard output prefix.
Namespace:
com.gigatms.Parameters.SLR810
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic byte[] Prefix { get; set; }
Public Property Prefix As Byte()
Get
Set
public:
property array<unsigned char>^ Prefix {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
Property Value
Type:
Byte
The keyboard output prefix.
See Also