For cases where memory access is password protected. More...
Public Member Functions | |
| RfidPasswordTypeEnum | GetPasswordType () |
| Select type of password for memory access. More... | |
| void | SetPasswordType (RfidPasswordTypeEnum passwordType) |
| String | GetPassword () |
| Optional password for tags that support it. More... | |
| void | SetPassword (String password) |
For cases where memory access is password protected.
| String com.UniPRT.Sdk.LabelMaker.Interface.IRfidPassword.GetPassword | ( | ) |
Optional password for tags that support it.
Implemented in com.UniPRT.Sdk.LabelMaker.PglLib.ARfidWrite, and com.UniPRT.Sdk.LabelMaker.TsplLib.ARfidWrite.
| RfidPasswordTypeEnum com.UniPRT.Sdk.LabelMaker.Interface.IRfidPassword.GetPasswordType | ( | ) |
Select type of password for memory access.
Implemented in com.UniPRT.Sdk.LabelMaker.PglLib.ARfidWrite, and com.UniPRT.Sdk.LabelMaker.TsplLib.ARfidWrite.
| void com.UniPRT.Sdk.LabelMaker.Interface.IRfidPassword.SetPassword | ( | String | password | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PglLib.ARfidWrite, and com.UniPRT.Sdk.LabelMaker.TsplLib.ARfidWrite.
| void com.UniPRT.Sdk.LabelMaker.Interface.IRfidPassword.SetPasswordType | ( | RfidPasswordTypeEnum | passwordType | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.PglLib.ARfidWrite, and com.UniPRT.Sdk.LabelMaker.TsplLib.ARfidWrite.