SettingsRxDecode Property |
Gets the RF data encoding. The default value is Miller_4.
Namespace:
com.gigatms.Parameters.TS50
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic RxDecodeType RxDecode { get; set; }
Public Property RxDecode As RxDecodeType
Get
Set
public:
property RxDecodeType RxDecode {
RxDecodeType get ();
void set (RxDecodeType value);
}
Property Value
Type:
RxDecodeType
The RF data encoding. The default value is Miller_4.
See Also