SettingsEpcBitLength Property |
The bit length when trim EPC binary digits before output with keyboard. Counting from rightmost bit to left.
Namespace:
com.gigatms.Parameters.SLR810
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic int EpcBitLength { get; set; }
Public Property EpcBitLength As Integer
Get
Set
public:
property int EpcBitLength {
int get ();
void set (int value);
}
Property Value
Type:
Int32
The bit length of EPC binary digits.
See Also