Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History
51 lines (27 loc) · 971 Bytes

CommonScannerAccess.md

File metadata and controls

51 lines (27 loc) · 971 Bytes

@js-soft/native-common / Exports / CommonScannerAccess

Class: CommonScannerAccess

Implements

  • INativeScannerAccess

Table of contents

Constructors

Methods

Constructors

constructor

new CommonScannerAccess(logger)

Parameters

Name Type
logger ILogger

Defined in

CommonScannerAccess.ts:8

Methods

scan

scan(): Promise<Result<string, ApplicationError>>

Returns

Promise<Result<string, ApplicationError>>

Implementation of

INativeScannerAccess.scan

Defined in

CommonScannerAccess.ts:10