UNPKG

react-native-star-io10

Version:

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

11 lines (10 loc) 278 B
export class StarPrinterInformationLan { _macAddress: string | undefined; _ipAddress: string | undefined; get macAddress(): string | undefined { return this._macAddress; } get ipAddress(): string | undefined { return this._ipAddress; } }