GenKey Property
The unique GenKey value used to identify a POS device.
Syntax
public String getGenKey(); public void setGenKey(String genKey);
Remarks
This property is used to specify the unique GenKey value used to identify the POS device to the host capture system. This property is required to be specified in every transaction performed.
Your GenKey value is obtained from the host capture system when you successfully authenticate your POS device, which can be accomplished by calling AuthenticateDevice. Once retrieved, your GenKey value must be stored in the POS device.
Default Value
""