Gets a value that indicates the type 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 DecodedType { get; }
Public ReadOnly Property DecodedType As DecodedTagDataDecodeType
Get
public:
property DecodedTagDataDecodeType DecodedType {
DecodedTagDataDecodeType get ();
}
/** @property */
public DecodedTagDataDecodeType get_DecodedType()
function get DecodedType () : DecodedTagDataDecodeType
Return Value
Type:
DecodedTagDataDecodeTypeThe type of decoding tag data.
Reference