UNPKG

react-native-star-io10

Version:

react-native-star-io10 is a library for supporting application development for Star Micronics devices.

11 lines (7 loc) 343 B
import { InterfaceType } from './InterfaceType'; export class StarConnectionSettings { static readonly FIRST_FOUND_DEVICE: string = 'FirstFoundDevice__DefinedByStar'; interfaceType: InterfaceType = InterfaceType.Unknown; identifier: string = StarConnectionSettings.FIRST_FOUND_DEVICE; autoSwitchInterface: boolean = true; }