UNPKG

react-native-star-io10

Version:

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

12 lines (11 loc) 376 B
import { SoundStorageArea } from './SoundStorageArea'; export declare class DriveRegisteredSoundParameter { private _area; private _number; private _volume; get area(): SoundStorageArea; get number(): number; get volume(): number; constructor(area: SoundStorageArea, number: number); setVolume(volume: number): DriveRegisteredSoundParameter; }