UNPKG

@serserm/react-native-turbo-serialport

Version:

React Native - Usb Serial Port Communication For Android Platform

11 lines (9 loc) 293 B
import type { ListenerType } from './ListenerType'; export interface SerialportParamsType { onError?: ListenerType; onReadData?: ListenerType; onConnected?: ListenerType; onDisconnected?: ListenerType; onDeviceAttached?: ListenerType; onDeviceDetached?: ListenerType; }