Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiscoveryConfiguration

Hierarchy

  • DiscoveryConfiguration

Index

Properties

discoveryMethod?: DiscoveryMethod

The method by which to discover readers.

default

DiscoveryMethod.BluetoothScan

locationId?: string

A location ID that can be used to filter discovery result so only readers registered to that location are returned. Filtering discovery by a location is only applicable to Internet readers; this parameter must be null when discovering Bluetooth readers.

simulated?: boolean

Whether to use simulated discovery to discover a device simulator.

The Terminal SDK comes with the ability to simulate behavior without using physical hardware. This makes it easy to quickly test your integration end-to-end, from pairing with a reader to taking payments.

default

true

Generated using TypeDoc