Package com.caen.RFIDLibrary
Class HitachiSysInfo
- java.lang.Object
-
- com.caen.RFIDLibrary.HitachiSysInfo
-
@Deprecated public final class HitachiSysInfo extends Object
Deprecated.This class defines the Hitachi System Information.- Version:
- CAENRFIDLibrary 5.0.0
- Author:
- Andrea Iavazzo (support@caenrfid.com) CAEN RFID Srl Computing Division
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHitachiSysInfo(short infof, byte res, byte uii, byte tid, byte us, byte satt, short bl, short brl, short brwl, short bwl)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description shortGetBankLock()Deprecated.Get the BankLock fieldshortGetBlockReadLock()Deprecated.Get the BlockReadLock fieldshortGetBlockReadWriteLock()Deprecated.Get the BlockReadWriteLock fieldshortGetBlockWriteLock()Deprecated.Get the BlockWriteLock fieldshortGetInfoFlag()Deprecated.Get the InfoFlag fieldbytegetReserved()Deprecated.Get the Reserved fieldbytegetSetAttenuateLevel()Deprecated.Get the SetAttenuateLevel fieldbytegetTID()Deprecated.Get the TID fieldbytegetUII()Deprecated.Get the UII fieldbytegetUser()Deprecated.Get the User field
-
-
-
Method Detail
-
GetInfoFlag
public short GetInfoFlag()
Deprecated.Get the InfoFlag field- Returns:
- the InfoFlag
-
getReserved
public byte getReserved()
Deprecated.Get the Reserved field- Returns:
- the Reserved filed that represents the number of words for Reserved
-
getUII
public byte getUII()
Deprecated.Get the UII field- Returns:
- the UII filed that represents the number of words for UII
-
getTID
public byte getTID()
Deprecated.Get the TID field- Returns:
- the TID filed that represents the number of words for TID
-
getUser
public byte getUser()
Deprecated.Get the User field- Returns:
- the User filed that represents the number of words for User
-
getSetAttenuateLevel
public byte getSetAttenuateLevel()
Deprecated.Get the SetAttenuateLevel field- Returns:
- the SetAttenuateLevel filed that represents the Transmission distance restriction setting state
-
GetBankLock
public short GetBankLock()
Deprecated.Get the BankLock field- Returns:
- the BankLock state
-
GetBlockReadLock
public short GetBlockReadLock()
Deprecated.Get the BlockReadLock field- Returns:
- the User Block Read Lock state
-
GetBlockReadWriteLock
public short GetBlockReadWriteLock()
Deprecated.Get the BlockReadWriteLock field- Returns:
- the User Block password Lock state
-
GetBlockWriteLock
public short GetBlockWriteLock()
Deprecated.Get the BlockWriteLock field- Returns:
- the User Block Read lock state
-
-