SettingsTransformEpcState Property |
Gets the setting of Customized read mode. When reader is in Customized read mode and TransformEpcState is CustomizedRead,
a deactivated tag's first two bytes will be replaced (temporary) to
TransformEpcPrefix and decoded as a normal SGTIN tag.
Namespace:
com.gigatms.Parameters.TS100
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic TransformEpcState TransformEpcState { get; set; }
Public Property TransformEpcState As TransformEpcState
Get
Set
public:
property TransformEpcState TransformEpcState {
TransformEpcState get ();
void set (TransformEpcState value);
}
Property Value
Type:
TransformEpcState
The setting of Customized read mode.
See Also