Walker

com.anywherecommerce.android.sdk.devices.bbpos

Class Walker

BBPOSDevice

Created by Admin on 10/11/2017.



- 

<a name="nested.class.summary"></a>

### Nested Class Summary
    
    
    

<a name="nested.classes.inherited.from.class.com.anywherecommerce.android.sdk.devices.CardReader"></a>

### Nested classes/interfaces inherited from class com.anywherecommerce.android.sdk.devices.[CardReader](#com/anywherecommerce/android/sdk/devices/CardReader.html "class in com.anywherecommerce.android.sdk.devices")
          
          `

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.ConnectionMethod.html" title="enum in com.anywherecommerce.android.sdk.devices">CardReader.ConnectionMethod</a>`




<a name="field.summary"></a>

### Field Summary
    
    
    

<a name="fields.inherited.from.class.com.anywherecommerce.android.sdk.devices.bbpos.BBPOSDevice"></a>

### Fields inherited from class com.anywherecommerce.android.sdk.devices.bbpos.[BBPOSDevice](#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html "class in com.anywherecommerce.android.sdk.devices.bbpos")
          
          `

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html#detectedReaderType">detectedReaderType</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html#firmwareConfigurationVersion">firmwareConfigurationVersion</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html#modelNames">modelNames</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html#modelNamesFromClass">modelNamesFromClass</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html#models">models</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html#productIdsFromClass">productIdsFromClass</a>`
    
    
    

<a name="fields.inherited.from.class.com.anywherecommerce.android.sdk.devices.CardReader"></a>

### Fields inherited from class com.anywherecommerce.android.sdk.devices.[CardReader](#com/anywherecommerce/android/sdk/devices/CardReader.html "class in com.anywherecommerce.android.sdk.devices")
          
          `

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#connectCompleteHandler">connectCompleteHandler</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#connectErrorHandler">connectErrorHandler</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#connectionListener">connectionListener</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#controller">controller</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#emvKsn">emvKsn</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#interfaces">interfaces</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#macKsn">macKsn</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#pinKsn">pinKsn</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#trackKsn">trackKsn</a>`
    
    
    

<a name="fields.inherited.from.class.com.anywherecommerce.android.sdk.devices.PeripheralDevice"></a>

### Fields inherited from class com.anywherecommerce.android.sdk.devices.[PeripheralDevice](#com/anywherecommerce/android/sdk/devices/PeripheralDevice.html "class in com.anywherecommerce.android.sdk.devices")
          
          `

<a href="#com/anywherecommerce/android/sdk/devices/PeripheralDevice.html#batteryLevel">batteryLevel</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/PeripheralDevice.html#firmwareVersion">firmwareVersion</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/PeripheralDevice.html#productID">productID</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/PeripheralDevice.html#supportsOTAFirmwareUpdate">supportsOTAFirmwareUpdate</a>`




<a name="constructor.summary"></a>

### Constructor Summary
    
    Constructor and Description```
    <span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/Walker.html#Walker-java.util.EnumSet-java.util.HashMap-">Walker</a></span>(java.util.EnumSet<

<a href="#com/anywherecommerce/android/sdk/devices/CardInterface.html" title="enum in com.anywherecommerce.android.sdk.devices">CardInterface</a>> interfaces,
          java.util.HashMap<java.lang.String,java.lang.String> hashMap)
    ```




<a name="method.summary"></a>

### Method Summary
    
    
    

<a name="methods.inherited.from.class.com.anywherecommerce.android.sdk.devices.bbpos.BBPOSDevice"></a>

### Methods inherited from class com.anywherecommerce.android.sdk.devices.bbpos.[BBPOSDevice](#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html "class in com.anywherecommerce.android.sdk.devices.bbpos")
          
          `

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html#createInstance-java.util.Hashtable-">createInstance</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html#getFirmwareUpdateWorkflow--">getFirmwareUpdateWorkflow</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html#getModelDisplayName--">getModelDisplayName</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html#getModelFromProductId-java.lang.String-">getModelFromProductId</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/bbpos/BBPOSDevice.html#getTransactionWorkflow-com.anywherecommerce.android.sdk.transactions.Transaction-">getTransactionWorkflow</a>`
    
    
    

<a name="methods.inherited.from.class.com.anywherecommerce.android.sdk.devices.CardReader"></a>

### Methods inherited from class com.anywherecommerce.android.sdk.devices.[CardReader](#com/anywherecommerce/android/sdk/devices/CardReader.html "class in com.anywherecommerce.android.sdk.devices")
          
          `

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#connect-BluetoothDevice-com.anywherecommerce.android.sdk.devices.CardReaderConnectionListener-">connect</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#connect-com.anywherecommerce.android.sdk.devices.CardReader.ConnectionMethod-com.anywherecommerce.android.sdk.devices.CardReaderConnectionListener-">connect</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#connect-com.anywherecommerce.android.sdk.devices.CardReaderConnectionListener-">connect</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#disconnect--">disconnect</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#getCardInterfaces--">getCardInterfaces</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#getConnectionMethod--">getConnectionMethod</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#getConnectionStatus--">getConnectionStatus</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#getController--">getController</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#getSerialNumber--">getSerialNumber</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#isConnected--">isConnected</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#isTestDevice--">isTestDevice</a>, 

<a href="#com/anywherecommerce/android/sdk/devices/CardReader.html#setEnabledInterfaces-java.util.EnumSet-">setEnabledInterfaces</a>`
    
    
    

<a name="methods.inherited.from.class.com.anywherecommerce.android.sdk.devices.PeripheralDevice"></a>

### Methods inherited from class com.anywherecommerce.android.sdk.devices.[PeripheralDevice](#com/anywherecommerce/android/sdk/devices/PeripheralDevice.html "class in com.anywherecommerce.android.sdk.devices")
          
          `

<a href="#com/anywherecommerce/android/sdk/devices/PeripheralDevice.html#toString--">toString</a>`
    
    
    

<a name="methods.inherited.from.class.java.lang.Object"></a>

### Methods inherited from class java.lang.Object
          
          `clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait`



- 

<a name="constructor.detail"></a>

### Constructor Detail
<a name="Walker-java.util.EnumSet-java.util.HashMap-"></a>
    

#### Walker
          
          ```
          public Walker(java.util.EnumSet<

<a href="#com/anywherecommerce/android/sdk/devices/CardInterface.html" title="enum in com.anywherecommerce.android.sdk.devices">CardInterface</a>> interfaces,
                        java.util.HashMap<java.lang.String,java.lang.String> hashMap)
          ```