public class CardReaderInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
address |
String |
name |
CardReaderType |
type |
Constructor and Description |
---|
CardReaderInfo(String aName,
CardReaderType aType,
String aAddress)
Creates
|
public final String name
public final CardReaderType type
public final String address
public CardReaderInfo(String aName, CardReaderType aType, String aAddress)
aName
- name of a reader. Used for distinguish readers in logs. Can be null.aType
- mPOS/POS typeaAddress
- reader address. Bluetooth or IP address. If null
finds the first Bluetooth reader.Copyright © 2018. All rights reserved.