public class STUHFL_T_ST25RU3993_Register extends BR_ST25RU3993_Register
BR_ST25RU3993_Register.Fields
Modifier and Type | Field and Description |
---|---|
short |
addr |
byte |
data
< I Param: Register address
|
Constructor and Description |
---|
STUHFL_T_ST25RU3993_Register() |
STUHFL_T_ST25RU3993_Register(short addr) |
STUHFL_T_ST25RU3993_Register(short addr,
byte data) |
STUHFL_T_ST25RU3993_Register(STUHFL_T_ST25RU3993_Register other)
< I/O Param: Register data
|
Modifier and Type | Method and Description |
---|---|
STUHFL_E.RET_CODE |
commit()
Writes to ST25RU3993 register at address addr the value.
|
STUHFL_E.RET_CODE |
fetch()
Reads one ST25RU3993 register at address and puts the value into the reply to the host.
|
java.lang.String |
toString() |
_Get_Register, _Get_RegisterMultiple, _Set_Register, _Set_RegisterMultiple
public STUHFL_T_ST25RU3993_Register(STUHFL_T_ST25RU3993_Register other)
public STUHFL_T_ST25RU3993_Register(short addr, byte data)
public STUHFL_T_ST25RU3993_Register(short addr)
public STUHFL_T_ST25RU3993_Register()
public STUHFL_E.RET_CODE commit()
public STUHFL_E.RET_CODE fetch()
public java.lang.String toString()
toString
in class java.lang.Object