Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IVehicleScanner

Hierarchy

  • IVehicleScanner

Implemented by

Index

Properties

timeout

timeout: number

Methods

findAll

findAny

findByAddress

  • findByAddress(address: string): Promise<IVehicle>

findById

  • findById(id: string): Promise<IVehicle>

onError

  • onError(handler: function): void

Generated using TypeDoc