UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.IRfidPassword Interface Reference

For cases where memory access is password protected. More...

Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Interface.IRfidPassword:
com.UniPRT.Sdk.LabelMaker.PglLib.ARfidWrite com.UniPRT.Sdk.LabelMaker.TsplLib.ARfidWrite com.UniPRT.Sdk.LabelMaker.PGL.RfidWrite com.UniPRT.Sdk.LabelMaker.TSPL.RfidWrite

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)
 

Detailed Description

For cases where memory access is password protected.

Member Function Documentation

◆ GetPassword()

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.

◆ GetPasswordType()

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.

◆ SetPassword()

void com.UniPRT.Sdk.LabelMaker.Interface.IRfidPassword.SetPassword ( String  password)

◆ SetPasswordType()

void com.UniPRT.Sdk.LabelMaker.Interface.IRfidPassword.SetPasswordType ( RfidPasswordTypeEnum  passwordType)

The documentation for this interface was generated from the following file: