Gets a value that indicates the way of decoding tag data.
Namespace: com.gigatms.parametersAssembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
public DecodedTagDataDecodeType InputDecodeType { get; }
Public ReadOnly Property InputDecodeType As DecodedTagDataDecodeType
Get
public:
property DecodedTagDataDecodeType InputDecodeType {
DecodedTagDataDecodeType get ();
}
/** @property */
public DecodedTagDataDecodeType get_InputDecodeType()
function get InputDecodeType () : DecodedTagDataDecodeType
Return Value
Type:
DecodedTagDataDecodeTypeThe type of decoding tag data.
Reference