TagDecodedDataRawDataUserBank Property |
Gets or sets a value indicating whether to decode EPC as an ASCII string. This option is mutually exclusive with other options.
Namespace:
com.gigatms.Parameters.TS50
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic bool UserBank { get; set; }
Public Property UserBank As Boolean
Get
Set
public:
property bool UserBank {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if ASCII; otherwise,
false.
See Also