VasCommands¶
-
public class
VasCommands
¶ VasCommands Used in XML to communicate directly to the NFC kernel without being forced to use the standard SCA terminal modes
Methods¶
create¶
-
public static VasCommands
create
()¶ Creates an instance of VasCommands.
getAuthParam¶
getCmdType¶
getConfigurationType¶
getConfigurationVersion¶
getCustomerData¶
getEncrParam¶
getPollTech¶
getPollTime¶
getServiceTypes¶
getTerminalCapabilities¶
-
public NfcVasMode
getTerminalCapabilities
()¶ Optional terminalCapabilities .
NfcVasMode
.
getTerminalSources¶
setAuthParam¶
-
public void
setAuthParam
(String authParam)¶ Refer to
getAuthParam()
setCmdType¶
-
public void
setCmdType
(String cmdType)¶ Refer to
getCmdType()
setConfigurationType¶
-
public void
setConfigurationType
(String configurationType)¶ Refer to
getConfigurationType()
setConfigurationVersion¶
-
public void
setConfigurationVersion
(String configurationVersion)¶ Refer to
getConfigurationVersion()
setCustomerData¶
-
public void
setCustomerData
(ArrayList<TypeValue> customerData)¶ Refer to
getCustomerData()
setEncrParam¶
-
public void
setEncrParam
(String encrParam)¶ Refer to
getEncrParam()
setPollTech¶
-
public void
setPollTech
(String pollTech)¶ Refer to
getPollTech()
setPollTime¶
-
public void
setPollTime
(Integer pollTime)¶ Refer to
getPollTime()
setServiceTypes¶
-
public void
setServiceTypes
(ArrayList<String> serviceTypes)¶ Refer to
getServiceTypes()
setTerminalCapabilities¶
-
public void
setTerminalCapabilities
(NfcVasMode capabilities)¶ Refer to
getTerminalCapabilities()
setTerminalSources¶
-
public void
setTerminalSources
(ArrayList<String> terminalSources)¶ Refer to
getTerminalSources()