com.connecterra.ale.reader.access
Class LockDeviceOpSpec
java.lang.Object
com.connecterra.ale.reader.access.DeviceOpSpec
com.connecterra.ale.reader.access.LockDeviceOpSpec
public class LockDeviceOpSpec
- extends DeviceOpSpec
Operate on a tag by setting its lock bits.
- See Also:
- the
EPCglobal Class 1 Generation 2 UHF Air Interface Protocol Standard
Version 1.0.9, Section 6.3.2.10.3.5
getMaskBits
public long getMaskBits()
- Returns:
- a
long value containing the mask bits
which specify which of LockDeviceOpSpec.getValueBits() should be written
to the tag.
getValueBits
public long getValueBits()
- Returns:
- a
long value containing the value bits
which should be written to the tag.
hashCode
public int hashCode()
- Specified by:
hashCode in class DeviceOpSpec
equals
public boolean equals(Object other)
- Specified by:
equals in class DeviceOpSpec