Options
All
  • Public
  • Public/Protected
  • All
Menu

Base interface for a sensor hardware-level IO control. Provides the basic read and write functionality according to the given parameters.

Hierarchy

  • ISensorIo

Implemented by

Index

Properties

Methods

Properties

Optional parameters

parameters?: any

Methods

read

  • read(callback: (value: any) => void): any

write

  • write(value: any): any

Generated using TypeDoc