StarXpand SDK
iOS
Introduction
Migration Procedures from v1.0.0
API reference
StarPrinter
init(_ connectionSettings: StarConnectionSettings)
information
connectionSettings
printerDelegate
drawerDelegate
inputDeviceDelegate
displayDelegate
openTimeout
printTimeout
getStatusTimeout
open() async
print(command: String) async
print(raw: Data) async
getStatus() async
close() async
open(completion: @escaping (Error?) -> Void)
print(command: String, completion: @escaping (Error?) -> Void)
print(raw: Data, completion: @escaping (Error?) -> Void)
getStatus(completion: @escaping (StarIO10.StarPrinterStatus?, Error?) -> Void)
close(completion: @escaping () -> Void)
StarConnectionSettings
StarPrinterInformation
StarPrinterStatus
PrinterDelegate
DrawerDelegate
InputDeviceDelegate
DisplayDelegate
StarDeviceDiscoveryManager
StarDeviceDiscoveryManagerDelegate
StarDeviceDiscoveryManagerFactory
StarIO10Logger
StarIO10Error
StarIO10ErrorCode
InterfaceType
StarPrinterEmulation
StarPrinterModel
StarXpandCommand
Android
StarXpand SDK
»
iOS
»
API reference
»
StarPrinter
»
printTimeout
English
日本語
Added in Version 1.0.0
printTimeout
Print timeout (msec)
printTimeout
:
Int
Return value
Print timeout (msec)
Int