public class STUHFL_T_ST25RU3993_RegisterMultiple extends BR_ST25RU3993_Register
BR_ST25RU3993_Register.Fields
Modifier and Type | Field and Description |
---|---|
short[] |
addr |
byte[] |
data
< I Param: Multiple Register address
|
Constructor and Description |
---|
STUHFL_T_ST25RU3993_RegisterMultiple() |
STUHFL_T_ST25RU3993_RegisterMultiple(short[] addr) |
STUHFL_T_ST25RU3993_RegisterMultiple(short[] addr,
byte[] data) |
STUHFL_T_ST25RU3993_RegisterMultiple(STUHFL_T_ST25RU3993_RegisterMultiple other)
< I/O Param: Multiple Register data
|
Modifier and Type | Method and Description |
---|---|
STUHFL_E.RET_CODE |
commit()
Write multiple ST25RU3993 registers at addresses addr with the values data
|
STUHFL_E.RET_CODE |
fetch()
Write multiple ST25RU3993 registers from addresses addr and store content in data
|
java.lang.String |
toString() |
_Get_Register, _Get_RegisterMultiple, _Set_Register, _Set_RegisterMultiple
public STUHFL_T_ST25RU3993_RegisterMultiple(STUHFL_T_ST25RU3993_RegisterMultiple other)
public STUHFL_T_ST25RU3993_RegisterMultiple(short[] addr, byte[] data)
public STUHFL_T_ST25RU3993_RegisterMultiple(short[] addr)
public STUHFL_T_ST25RU3993_RegisterMultiple()
public STUHFL_E.RET_CODE commit()
public STUHFL_E.RET_CODE fetch()
public java.lang.String toString()
toString
in class java.lang.Object