@munchi_oy/react-native-label-printer 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -0
- package/dist/__tests__/__mocks__/react-native.d.ts +17 -0
- package/dist/__tests__/index.test.d.ts +1 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +68 -0
- package/dist/index.mjs +39 -0
- package/dist/types.d.ts +23 -0
- package/ios/BrotherPrinterModule.h +4 -0
- package/ios/BrotherPrinterModule.mm +603 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/Info.plist +44 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/_CodeSignature/CodeRequirements +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/_CodeSignature/CodeResources +6817 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/AdvancedRJTDPaperSizeViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/BRLMPrinterKit +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/BluetoothViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/CutterViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/ExtraFeedViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/GenericMobileLabelModelPaperSizeViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BMSPrinterDriver.h +742 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BMSPrinterKit.h +88 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRCustomPaperInfoCommand.h +141 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMBLESearchOption.h +18 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMBatteryInfo.h +29 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMChannel.h +44 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMChannelCredential.h +29 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMCustomPaperSize.h +90 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMError.h +25 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzeError.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzeResult.h +18 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzer.h +16 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMGetStatusError.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMLog.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMMWPrintSettings.h +32 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMMWTemplatePrintSettings.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMNetworkSearchOption.h +20 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMOpenChannelError.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettings.h +98 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsCustomPaperSize.h +24 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsPaperSize.h +36 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPJTemplatePrintSettings.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPTPrintSettings.h +60 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPTTemplatePrintSettings.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrintError.h +59 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrintImageSettings.h +85 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrintSettingsProtocol.h +25 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterClassifier.h +31 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfig.h +104 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigEnums.h +36 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigRequestOrder.h +26 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigRequestResult.h +48 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigUpdateOrder.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigUpdateResult.h +38 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterDefine.h +108 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterDriver.h +106 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterDriverGenerator.h +36 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterKit+BRPtouchPrinterKit+BMSPrinterKit.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterKit-Swift.h +316 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterKit.h +43 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterModelSpec.h +32 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterSearchError.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterSearchResult.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterSearcher.h +33 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPrinterStatus.h +191 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPtouchDeviceDependedDataHeader.h +34 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMPtouchTemplateInfo.h +24 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMQLPrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMQLTemplatePrintSettings.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMRJPrintSettings.h +46 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMRJTemplatePrintSettings.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMRemoveTemplateResult.h +43 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMRequestPrinterInfoError.h +26 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMRequestPrinterInfoResult.h +20 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMTDPrintSettings.h +49 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMTDTemplatePrintSettings.h +22 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMTemplateObjectReplacer.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMTemplatePrintSettingsProtocol.h +26 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMTransferResult.h +48 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRLMValidatePrintSettings.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchBLEManager.h +28 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchBatteryInfo.h +26 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchBluetoothManager.h +59 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchDeviceInfo.h +26 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchLabelInfoStatus.h +123 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchLabelParam.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchNetworkManager.h +44 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchPrintInfo.h +152 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchPrinter.h +320 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchPrinterData.h +16 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchPrinterKit.h +18 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchPrinterStatus.h +58 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/BRPtouchTemplateInfo.h +23 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettings.h +235 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettingsViewController.h +50 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettings.h +99 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettingsViewController.h +47 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/ImageCreationBlock.h +17 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ673PrintSettings.h +43 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ673PrintSettingsViewController.h +40 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettings.h +45 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ773PrintSettings.h +46 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ773PrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ862PrintSettings.h +47 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ862PrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ863PrintSettings.h +46 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ863PrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ883PrintSettings.h +46 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PJ883PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PrintSettingTableViewController.h +51 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PrintSettings.h +543 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/PrintSettingsViewController.h +206 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2050PrintSettings.h +81 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2050PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2140PrintSettings.h +81 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2140PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2150PrintSettings.h +81 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ2150PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettings.h +81 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3050PrintSettings.h +81 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3050PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3150PrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3150PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3230BPrintSettings.h +83 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3230BPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3250WBPrintSettings.h +83 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ3250WBPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettings.h +103 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4040PrintSettings.h +102 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4040PrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettings.h +107 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettings.h +108 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2120NPrintSettings.h +83 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2120NPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2125NPrintSettings.h +83 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2125NPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2125NWBPrintSettings.h +83 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2125NWBPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2130NPrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2130NPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2135NPrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2135NPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2135NWBPrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2135NWBPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2320DFPrintSettings.h +47 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2320DFPrintSettingsViewController.h +43 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2320DPrintSettings.h +47 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2320DPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DFPrintSettings.h +48 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DFPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DPrintSettings.h +47 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DPrintSettingsViewController.h +43 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DSAPrintSettings.h +48 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD2350DSAPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettings.h +76 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/IPAddressHelp.pdf +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/IPAddressViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Info.plist +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/MarginViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios.abi.json +168 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios.private.swiftinterface +13 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios.swiftinterface +13 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/Modules/module.modulemap +11 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PJCustomPaperViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~ipad.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~iphone.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~ipad.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~iphone.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrinterList.plist +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/PrivacyInfo.xcprivacy +24 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/ResolutionViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/ThresholdViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsj673ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bspe55ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bspp75ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsq71wad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsq72wad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr305ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr315ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr3235ad.txt +550 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr323ad.txt +550 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr3255ad.txt +550 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr325ad.txt +550 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr403ad.txt +91 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr403aiad.txt +91 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr404ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr404ad.txt +91 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr4235ad.txt +610 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr423ad.txt +666 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr4255ad.txt +610 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bsr425ad.txt +610 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst212ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst213ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2312ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2313ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2322ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2323ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst232f2ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst232f3ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst232s2ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst232s3ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2352ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst2353ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235f2ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235f3ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235fs2ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235fs3ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235s2ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst235s3ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst40ad.txt +482 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst41nad.txt +310 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4415ad.txt +1223 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst441ad.txt +495 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4425ad.txt +1223 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4425fad.txt +271 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst442ad.txt +495 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4455ad.txt +1223 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst451ad.txt +495 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4525ad.txt +1279 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst452ad.txt +495 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4555ad.txt +1279 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst4555fad.txt +271 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/bst455ad.txt +495 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/checkbox_checked.png +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/checkbox_unchecked.png +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64/BRLMPrinterKit.framework/en.lproj/InfoPlist.strings +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/AdvancedRJTDPaperSizeViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/BRLMPrinterKit +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/BluetoothViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/CutterViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/ExtraFeedViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/GenericMobileLabelModelPaperSizeViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BMSPrinterDriver.h +742 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BMSPrinterKit.h +88 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRCustomPaperInfoCommand.h +141 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMBLESearchOption.h +18 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMBatteryInfo.h +29 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMChannel.h +44 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMChannelCredential.h +29 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMCustomPaperSize.h +90 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMError.h +25 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzeError.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzeResult.h +18 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMFileAnalyzer.h +16 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMGetStatusError.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMLog.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMMWPrintSettings.h +32 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMMWTemplatePrintSettings.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMNetworkSearchOption.h +20 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMOpenChannelError.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettings.h +98 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsCustomPaperSize.h +24 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPJPrintSettingsPaperSize.h +36 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPJTemplatePrintSettings.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPTPrintSettings.h +60 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPTTemplatePrintSettings.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrintError.h +59 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrintImageSettings.h +85 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrintSettingsProtocol.h +25 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterClassifier.h +31 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfig.h +104 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigEnums.h +36 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigRequestOrder.h +26 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigRequestResult.h +48 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigUpdateOrder.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterConfigUpdateResult.h +38 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterDefine.h +108 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterDriver.h +106 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterDriverGenerator.h +36 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterKit+BRPtouchPrinterKit+BMSPrinterKit.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterKit-Swift.h +628 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterKit.h +43 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterModelSpec.h +32 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterSearchError.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterSearchResult.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterSearcher.h +33 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPrinterStatus.h +191 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPtouchDeviceDependedDataHeader.h +34 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMPtouchTemplateInfo.h +24 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMQLPrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMQLTemplatePrintSettings.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMRJPrintSettings.h +46 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMRJTemplatePrintSettings.h +21 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMRemoveTemplateResult.h +43 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMRequestPrinterInfoError.h +26 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMRequestPrinterInfoResult.h +20 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMTDPrintSettings.h +49 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMTDTemplatePrintSettings.h +22 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMTemplateObjectReplacer.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMTemplatePrintSettingsProtocol.h +26 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMTransferResult.h +48 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRLMValidatePrintSettings.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchBLEManager.h +28 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchBatteryInfo.h +26 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchBluetoothManager.h +59 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchDeviceInfo.h +26 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchLabelInfoStatus.h +123 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchLabelParam.h +27 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchNetworkManager.h +44 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchPrintInfo.h +152 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchPrinter.h +320 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchPrinterData.h +16 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchPrinterKit.h +18 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchPrinterStatus.h +58 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/BRPtouchTemplateInfo.h +23 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettings.h +235 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/GenericMobileLabelModelPrintSettingsViewController.h +50 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettings.h +99 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/GenericPocketJetPrintSettingsViewController.h +47 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/ImageCreationBlock.h +17 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ673PrintSettings.h +43 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ673PrintSettingsViewController.h +40 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettings.h +45 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ763MFiPrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ773PrintSettings.h +46 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ773PrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ862PrintSettings.h +47 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ862PrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ863PrintSettings.h +46 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ863PrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ883PrintSettings.h +46 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PJ883PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PrintSettingTableViewController.h +51 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PrintSettings.h +543 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/PrintSettingsViewController.h +206 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2050PrintSettings.h +81 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2050PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2140PrintSettings.h +81 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2140PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2150PrintSettings.h +81 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ2150PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettings.h +81 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3050AiPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3050PrintSettings.h +81 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3050PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3150AiPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3150PrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3150PrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3230BPrintSettings.h +83 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3230BPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3250WBPrintSettings.h +83 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ3250WBPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettings.h +103 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4030AiPrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4040PrintSettings.h +102 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4040PrintSettingsViewController.h +41 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettings.h +107 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4230BPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettings.h +108 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/RJ4250WBPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2120NPrintSettings.h +83 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2120NPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2125NPrintSettings.h +83 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2125NPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2125NWBPrintSettings.h +83 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2125NWBPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2130NPrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2130NPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2135NPrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2135NPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2135NWBPrintSettings.h +82 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2135NWBPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2320DFPrintSettings.h +47 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2320DFPrintSettingsViewController.h +43 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2320DPrintSettings.h +47 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2320DPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DFPrintSettings.h +48 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DFPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DPrintSettings.h +47 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DPrintSettingsViewController.h +43 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DSAPrintSettings.h +48 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD2350DSAPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettings.h +76 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Headers/TD4550DNWBPrintSettingsViewController.h +42 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/IPAddressHelp.pdf +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/IPAddressViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Info.plist +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/MarginViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios-simulator.abi.json +168 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +13 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface +13 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/x86_64-apple-ios-simulator.abi.json +168 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +13 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/BRLMPrinterKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +13 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/Modules/module.modulemap +11 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PJCustomPaperViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~ipad.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrintProgressViewControllerWithFilename_BMSSDK~iphone.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~ipad.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrintProgressViewController_BMSSDK~iphone.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrinterList.plist +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/PrivacyInfo.xcprivacy +24 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/ResolutionViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/ThresholdViewController.nib +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/_CodeSignature/CodeResources +2584 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsj673ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bspe55ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bspp75ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsq71wad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsq72wad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr305ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr315ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr3235ad.txt +550 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr323ad.txt +550 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr3255ad.txt +550 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr325ad.txt +550 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr403ad.txt +91 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr403aiad.txt +91 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr404ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr404ad.txt +91 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr4235ad.txt +610 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr423ad.txt +666 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr4255ad.txt +610 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bsr425ad.txt +610 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst212ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst213ad.ptd +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2312ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2313ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2322ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2323ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst232f2ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst232f3ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst232s2ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst232s3ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2352ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst2353ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235f2ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235f3ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235fs2ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235fs3ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235s2ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst235s3ad.txt +496 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst40ad.txt +482 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst41nad.txt +310 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4415ad.txt +1223 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst441ad.txt +495 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4425ad.txt +1223 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4425fad.txt +271 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst442ad.txt +495 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4455ad.txt +1223 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst451ad.txt +495 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4525ad.txt +1279 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst452ad.txt +495 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4555ad.txt +1279 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst4555fad.txt +271 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/bst455ad.txt +495 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/checkbox_checked.png +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/checkbox_unchecked.png +0 -0
- package/ios/vendor/BRLMPrinterKit.xcframework/ios-arm64_x86_64-simulator/BRLMPrinterKit.framework/en.lproj/InfoPlist.strings +0 -0
- package/munchi-label-printer.podspec +23 -0
- package/package.json +65 -0
- package/react-native.config.js +8 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
//
|
|
2
|
+
// BRLMOpenChannelError.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2020 Brother Industries, Ltd. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <BRLMPrinterKit/BRLMError.h>
|
|
9
|
+
|
|
10
|
+
typedef NS_ENUM(NSInteger, BRLMOpenChannelErrorCode) {
|
|
11
|
+
BRLMOpenChannelErrorCodeNoError = 30000,
|
|
12
|
+
BRLMOpenChannelErrorCodeOpenStreamFailure,
|
|
13
|
+
BRLMOpenChannelErrorCodeTimeout,
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
17
|
+
|
|
18
|
+
@interface BRLMOpenChannelError : BRLMError
|
|
19
|
+
|
|
20
|
+
@property(nonatomic, readonly) BRLMOpenChannelErrorCode code;
|
|
21
|
+
|
|
22
|
+
- (instancetype)init __unavailable;
|
|
23
|
+
- (instancetype)copy __unavailable;
|
|
24
|
+
|
|
25
|
+
@end
|
|
26
|
+
|
|
27
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
// ------------------------------------------------------
|
|
2
|
+
// BRLMPJPrintSettings.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2020 Brother Industries, Ltd. All rights reserved.
|
|
6
|
+
// ------------------------------------------------------
|
|
7
|
+
|
|
8
|
+
#import <BRLMPrinterKit/BRLMPrintSettingsProtocol.h>
|
|
9
|
+
#import <BRLMPrinterKit/BRLMPrintImageSettings.h>
|
|
10
|
+
|
|
11
|
+
#import <BRLMPrinterKit/BRLMPJPrintSettingsPaperSize.h>
|
|
12
|
+
|
|
13
|
+
typedef float BRLMPrintSettingsLengthScale;
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
typedef NS_ENUM(NSInteger, BRLMPJPrintSettingsPrintSpeed) {
|
|
17
|
+
BRLMPJPrintSettingsPrintSpeedHighSpeed,
|
|
18
|
+
BRLMPJPrintSettingsPrintSpeedMediumHighSpeed,
|
|
19
|
+
BRLMPJPrintSettingsPrintSpeedMediumLowSpeed,
|
|
20
|
+
BRLMPJPrintSettingsPrintSpeedLowSpeed,
|
|
21
|
+
BRLMPJPrintSettingsPrintSpeedFast_DraftQuality,
|
|
22
|
+
BRLMPJPrintSettingsPrintSpeedFast_LineConversion,
|
|
23
|
+
BRLMPJPrintSettingsPrintSpeedUsePrinterSetting,
|
|
24
|
+
BRLMPJPrintSettingsPrintSpeed2_5inchPerSec,
|
|
25
|
+
BRLMPJPrintSettingsPrintSpeed1_9inchPerSec,
|
|
26
|
+
BRLMPJPrintSettingsPrintSpeed1_6inchPerSec,
|
|
27
|
+
BRLMPJPrintSettingsPrintSpeed1_1inchPerSec,
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
typedef NS_ENUM(NSInteger, BRLMPJPrintSettingsDensity) {
|
|
31
|
+
BRLMPJPrintSettingsDensityWeakLevel5,
|
|
32
|
+
BRLMPJPrintSettingsDensityWeakLevel4,
|
|
33
|
+
BRLMPJPrintSettingsDensityWeakLevel3,
|
|
34
|
+
BRLMPJPrintSettingsDensityWeakLevel2,
|
|
35
|
+
BRLMPJPrintSettingsDensityWeakLevel1,
|
|
36
|
+
BRLMPJPrintSettingsDensityNeutral,
|
|
37
|
+
BRLMPJPrintSettingsDensityStrongLevel1,
|
|
38
|
+
BRLMPJPrintSettingsDensityStrongLevel2,
|
|
39
|
+
BRLMPJPrintSettingsDensityStrongLevel3,
|
|
40
|
+
BRLMPJPrintSettingsDensityStrongLevel4,
|
|
41
|
+
BRLMPJPrintSettingsDensityStrongLevel5,
|
|
42
|
+
BRLMPJPrintSettingsDensityUsePrinterSetting,
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
typedef NS_ENUM(NSInteger, BRLMPJPrintSettingsFeedMode) {
|
|
47
|
+
BRLMPJPrintSettingsFeedModeNoFeed,
|
|
48
|
+
BRLMPJPrintSettingsFeedModeFixedPage,
|
|
49
|
+
BRLMPJPrintSettingsFeedModeEndOfPage,
|
|
50
|
+
BRLMPJPrintSettingsFeedModeEndOfPageRetract,
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
typedef NS_ENUM(NSInteger, BRLMPJPrintSettingsPaperInsertionPosition) {
|
|
55
|
+
BRLMPJPrintSettingsPaperInsertionPositionLeft,
|
|
56
|
+
BRLMPJPrintSettingsPaperInsertionPositionCenter,
|
|
57
|
+
BRLMPJPrintSettingsPaperInsertionPositionRight,
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
typedef NS_ENUM(NSInteger, BRLMPJPrintSettingsPaperType) {
|
|
61
|
+
BRLMPJPrintSettingsPaperTypeRoll,
|
|
62
|
+
BRLMPJPrintSettingsPaperTypeCutSheet,
|
|
63
|
+
BRLMPJPrintSettingsPaperTypePerforatedRoll,
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
typedef NS_ENUM(NSInteger, BRLMPJPrintSettingsRollCase) {
|
|
67
|
+
BRLMPJPrintSettingsRollCaseNone,
|
|
68
|
+
BRLMPJPrintSettingsRollCasePARC001_NoAntiCurl,
|
|
69
|
+
BRLMPJPrintSettingsRollCasePARC001,
|
|
70
|
+
BRLMPJPrintSettingsRollCasePARC001_ShortFeed,
|
|
71
|
+
BRLMPJPrintSettingsRollCaseKeepPrinterSetting,
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
76
|
+
|
|
77
|
+
@interface BRLMPJPrintSettings : NSObject <NSCoding, BRLMPrintSettingsProtocol, BRLMPrintImageSettings>
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
@property (nonatomic, retain) BRLMPJPrintSettingsPaperSize* paperSize;
|
|
81
|
+
@property (nonatomic) BRLMPJPrintSettingsPaperType paperType;
|
|
82
|
+
@property (nonatomic) BRLMPJPrintSettingsPaperInsertionPosition paperInsertionPosition;
|
|
83
|
+
@property (nonatomic) BRLMPJPrintSettingsFeedMode feedMode;
|
|
84
|
+
@property (nonatomic) NSUInteger extraFeedDots;
|
|
85
|
+
@property (nonatomic) BRLMPJPrintSettingsDensity density;
|
|
86
|
+
@property (nonatomic) BRLMPJPrintSettingsRollCase rollCase;
|
|
87
|
+
@property (nonatomic) BRLMPJPrintSettingsPrintSpeed printSpeed;
|
|
88
|
+
@property (nonatomic) BOOL usingCarbonCopyPaper;
|
|
89
|
+
@property (nonatomic) BOOL printDashLine;
|
|
90
|
+
@property (nonatomic) NSUInteger forceStretchPrintableArea;
|
|
91
|
+
|
|
92
|
+
// override
|
|
93
|
+
- (nullable instancetype)initDefaultPrintSettingsWithPrinterModel:(BRLMPrinterModel)model;
|
|
94
|
+
- (nullable instancetype)copyWithPrinterModel:(BRLMPrinterModel)model;
|
|
95
|
+
@end
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//
|
|
2
|
+
// BRLMPJPrintSettingsCustomPaperSize.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2020 Brother Industries, Ltd. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
11
|
+
|
|
12
|
+
@interface BRLMPJPrintSettingsCustomPaperSize : NSObject <NSCoding>
|
|
13
|
+
|
|
14
|
+
@property (nonatomic, readonly) NSUInteger widthDots;
|
|
15
|
+
@property (nonatomic, readonly) NSUInteger lengthDots;
|
|
16
|
+
|
|
17
|
+
- (instancetype)init __unavailable;
|
|
18
|
+
- (instancetype)copy __unavailable;
|
|
19
|
+
|
|
20
|
+
- (instancetype)initWithWidthDots:(NSUInteger)width lengthDots:(NSUInteger)length;
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
24
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
//
|
|
2
|
+
// BRLMPJPrintSettingsPaperSize.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2020 Brother Industries, Ltd. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
#import <BRLMPrinterKit/BRLMPJPrintSettingsCustomPaperSize.h>
|
|
11
|
+
|
|
12
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
13
|
+
|
|
14
|
+
typedef NS_ENUM(NSUInteger, BRLMPJPrintSettingsPaperSizeStandard) {
|
|
15
|
+
BRLMPJPrintSettingsPaperSizeStandardA4,
|
|
16
|
+
BRLMPJPrintSettingsPaperSizeStandardLegal,
|
|
17
|
+
BRLMPJPrintSettingsPaperSizeStandardLetter,
|
|
18
|
+
BRLMPJPrintSettingsPaperSizeStandardA5,
|
|
19
|
+
BRLMPJPrintSettingsPaperSizeStandardA5_Landscape,
|
|
20
|
+
BRLMPJPrintSettingsPaperSizeStandardCustom, // read only
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
@interface BRLMPJPrintSettingsPaperSize : NSObject <NSCoding>
|
|
24
|
+
|
|
25
|
+
@property (nonatomic, readonly) BRLMPJPrintSettingsPaperSizeStandard paperSizeStandard;
|
|
26
|
+
@property (nonatomic, readonly, nullable) BRLMPJPrintSettingsCustomPaperSize *customPaper;
|
|
27
|
+
|
|
28
|
+
- (instancetype)init __unavailable;
|
|
29
|
+
- (instancetype)copy __unavailable;
|
|
30
|
+
|
|
31
|
+
- (instancetype)initWithPaperSizeStandard:(BRLMPJPrintSettingsPaperSizeStandard) paperSizeStandard;
|
|
32
|
+
- (instancetype)initWithCustomPaper:(BRLMPJPrintSettingsCustomPaperSize *)customPaper;
|
|
33
|
+
|
|
34
|
+
@end
|
|
35
|
+
|
|
36
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
//
|
|
2
|
+
// BRLMPJTemplatePrintSettings.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Created by shintaro on 2023/05/11.
|
|
6
|
+
// Copyright © 2023 Brother Industries. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <Foundation/Foundation.h>
|
|
10
|
+
#import <BRLMPrinterKit/BRLMTemplatePrintSettingsProtocol.h>
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
@interface BRLMPJTemplatePrintSettings : NSObject <BRLMTemplatePrintSettingsProtocol>
|
|
14
|
+
- (nonnull instancetype)init __unavailable;
|
|
15
|
+
- (nonnull instancetype)copy __unavailable;
|
|
16
|
+
@property (nonatomic, readonly) BRLMPrinterModel printerModel;
|
|
17
|
+
@property (nonatomic) NSUInteger numCopies;
|
|
18
|
+
- (nullable instancetype)initDefaultPrintSettingsWithPrinterModel:(BRLMPrinterModel)model;
|
|
19
|
+
- (nullable instancetype)copyWithPrinterModel:(BRLMPrinterModel)model;
|
|
20
|
+
@end
|
|
21
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// ------------------------------------------------------
|
|
2
|
+
// BRLMPTPrintSettings.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2020 Brother Industries, Ltd. All rights reserved.
|
|
6
|
+
// ------------------------------------------------------
|
|
7
|
+
|
|
8
|
+
#import <BRLMPrinterKit/BRLMPrintSettingsProtocol.h>
|
|
9
|
+
#import <BRLMPrinterKit/BRLMPrintImageSettings.h>
|
|
10
|
+
|
|
11
|
+
typedef NS_ENUM(NSInteger, BRLMPTPrintSettingsLabelSize) {
|
|
12
|
+
BRLMPTPrintSettingsLabelSizeWidth3_5mm,
|
|
13
|
+
BRLMPTPrintSettingsLabelSizeWidth6mm,
|
|
14
|
+
BRLMPTPrintSettingsLabelSizeWidth9mm,
|
|
15
|
+
BRLMPTPrintSettingsLabelSizeWidth12mm,
|
|
16
|
+
BRLMPTPrintSettingsLabelSizeWidth18mm,
|
|
17
|
+
BRLMPTPrintSettingsLabelSizeWidth24mm,
|
|
18
|
+
BRLMPTPrintSettingsLabelSizeWidth36mm,
|
|
19
|
+
BRLMPTPrintSettingsLabelSizeWidthHS_5_8mm,
|
|
20
|
+
BRLMPTPrintSettingsLabelSizeWidthHS_8_8mm,
|
|
21
|
+
BRLMPTPrintSettingsLabelSizeWidthHS_11_7mm,
|
|
22
|
+
BRLMPTPrintSettingsLabelSizeWidthHS_17_7mm,
|
|
23
|
+
BRLMPTPrintSettingsLabelSizeWidthHS_23_6mm,
|
|
24
|
+
BRLMPTPrintSettingsLabelSizeWidthFL_21x45mm,
|
|
25
|
+
BRLMPTPrintSettingsLabelSizeWidthHS_5_2mm,
|
|
26
|
+
BRLMPTPrintSettingsLabelSizeWidthHS_9_0mm,
|
|
27
|
+
BRLMPTPrintSettingsLabelSizeWidthHS_11_2mm,
|
|
28
|
+
BRLMPTPrintSettingsLabelSizeWidthHS_21_0mm,
|
|
29
|
+
BRLMPTPrintSettingsLabelSizeWidthHS_31_0mm,
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
33
|
+
|
|
34
|
+
@interface BRLMPTPrintSettings : NSObject <NSCoding, BRLMPrintSettingsProtocol, BRLMPrintImageSettings>
|
|
35
|
+
|
|
36
|
+
@property (nonatomic) BRLMPTPrintSettingsLabelSize labelSize;
|
|
37
|
+
@property (nonatomic) BOOL cutmarkPrint;
|
|
38
|
+
@property (nonatomic) BOOL cutPause;
|
|
39
|
+
@property (nonatomic) BOOL autoCut;
|
|
40
|
+
@property (nonatomic) BOOL halfCut;
|
|
41
|
+
@property (nonatomic) BOOL chainPrint;
|
|
42
|
+
@property (nonatomic) BOOL specialTapePrint;
|
|
43
|
+
@property (nonatomic) BRLMPrintSettingsResolution resolution;
|
|
44
|
+
/**
|
|
45
|
+
Description : Specify the page number in “cut each # labels”
|
|
46
|
+
Range(#) : 1 - 255
|
|
47
|
+
Default : 1
|
|
48
|
+
*/
|
|
49
|
+
@property (nonatomic) UInt8 autoCutForEachPageCount;
|
|
50
|
+
@property (nonatomic) BOOL forceVanishingMargin;
|
|
51
|
+
@property (nonatomic) NSUInteger feedDirectionMargins;
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
// override
|
|
55
|
+
- (nullable instancetype)initDefaultPrintSettingsWithPrinterModel:(BRLMPrinterModel)model;
|
|
56
|
+
- (nullable instancetype)copyWithPrinterModel:(BRLMPrinterModel)model;
|
|
57
|
+
@end
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
//
|
|
2
|
+
// BRLMPTTemplatePrintSettings.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Created by shintaro on 2023/05/11.
|
|
6
|
+
// Copyright © 2023 Brother Industries. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <Foundation/Foundation.h>
|
|
10
|
+
#import <BRLMPrinterKit/BRLMTemplatePrintSettingsProtocol.h>
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
@interface BRLMPTTemplatePrintSettings : NSObject <BRLMTemplatePrintSettingsProtocol>
|
|
14
|
+
- (nonnull instancetype)init __unavailable;
|
|
15
|
+
- (nonnull instancetype)copy __unavailable;
|
|
16
|
+
@property (nonatomic, readonly) BRLMPrinterModel printerModel;
|
|
17
|
+
@property (nonatomic) NSUInteger numCopies;
|
|
18
|
+
- (nullable instancetype)initDefaultPrintSettingsWithPrinterModel:(BRLMPrinterModel)model;
|
|
19
|
+
- (nullable instancetype)copyWithPrinterModel:(BRLMPrinterModel)model;
|
|
20
|
+
@end
|
|
21
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
//
|
|
2
|
+
// BRLMPrintError.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2020 Brother Industries, Ltd. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <BRLMPrinterKit/BRLMLog.h>
|
|
9
|
+
|
|
10
|
+
typedef NS_ENUM(NSInteger, BRLMPrintErrorCode) {
|
|
11
|
+
BRLMPrintErrorCodeNoError = 0,
|
|
12
|
+
BRLMPrintErrorCodePrintSettingsError,
|
|
13
|
+
BRLMPrintErrorCodeFilepathURLError,
|
|
14
|
+
BRLMPrintErrorCodePDFPageError,
|
|
15
|
+
BRLMPrintErrorCodePrintSettingsNotSupportError,
|
|
16
|
+
BRLMPrintErrorCodeDataBufferError,
|
|
17
|
+
BRLMPrintErrorCodePrinterModelError,
|
|
18
|
+
BRLMPrintErrorCodeCanceled,
|
|
19
|
+
BRLMPrintErrorCodeChannelTimeout,
|
|
20
|
+
BRLMPrintErrorCodeSetModelError,
|
|
21
|
+
BRLMPrintErrorCodeUnsupportedFile,
|
|
22
|
+
BRLMPrintErrorCodeSetMarginError,
|
|
23
|
+
BRLMPrintErrorCodeSetLabelSizeError,
|
|
24
|
+
BRLMPrintErrorCodeCustomPaperSizeError,
|
|
25
|
+
BRLMPrintErrorCodeSetLengthError,
|
|
26
|
+
BRLMPrintErrorCodeTubeSettingError,
|
|
27
|
+
BRLMPrintErrorCodeChannelErrorStreamStatusError,
|
|
28
|
+
BRLMPrintErrorCodeChannelErrorUnsupportedChannel,
|
|
29
|
+
BRLMPrintErrorCodePrinterStatusErrorPaperEmpty,
|
|
30
|
+
BRLMPrintErrorCodePrinterStatusErrorCoverOpen,
|
|
31
|
+
BRLMPrintErrorCodePrinterStatusErrorBusy,
|
|
32
|
+
BRLMPrintErrorCodePrinterStatusErrorPrinterTurnedOff,
|
|
33
|
+
BRLMPrintErrorCodePrinterStatusErrorBatteryWeak,
|
|
34
|
+
BRLMPrintErrorCodePrinterStatusErrorExpansionBufferFull,
|
|
35
|
+
BRLMPrintErrorCodePrinterStatusErrorCommunicationError,
|
|
36
|
+
BRLMPrintErrorCodePrinterStatusErrorPaperJam,
|
|
37
|
+
BRLMPrintErrorCodePrinterStatusErrorMediaCannotBeFed,
|
|
38
|
+
BRLMPrintErrorCodePrinterStatusErrorOverHeat,
|
|
39
|
+
BRLMPrintErrorCodePrinterStatusErrorHighVoltageAdapter,
|
|
40
|
+
BRLMPrintErrorCodePrinterStatusErrorMotorSlow,
|
|
41
|
+
BRLMPrintErrorCodeUnsupportedCharger,
|
|
42
|
+
BRLMPrintErrorCodePrinterStatusErrorIncompatibleOptionalEquipment,
|
|
43
|
+
BRLMPrintErrorCodePrinterStatusErrorUnknownError,
|
|
44
|
+
BRLMPrintErrorCodeTemplatePrintNotSupported,
|
|
45
|
+
BRLMPrintErrorCodeInvalidTemplateKey,
|
|
46
|
+
BRLMPrintErrorCodeUnknownError,
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
50
|
+
|
|
51
|
+
@interface BRLMPrintError : NSObject
|
|
52
|
+
|
|
53
|
+
@property(nonatomic, readonly) BRLMPrintErrorCode code;
|
|
54
|
+
@property(nonatomic, readonly) NSString* errorDescription;
|
|
55
|
+
@property(nonatomic, readonly) NSArray<BRLMLog*>* allLogs;
|
|
56
|
+
|
|
57
|
+
@end
|
|
58
|
+
|
|
59
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
// ------------------------------------------------------
|
|
2
|
+
// BRLMPrintImageSettings.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2020 Brother Industries, Ltd. All rights reserved.
|
|
6
|
+
// ------------------------------------------------------
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
#import <BRLMPrinterKit/BRLMPrinterDefine.h>
|
|
10
|
+
|
|
11
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
typedef NS_ENUM(NSInteger, BRLMPrintSettingsCompressMode) {
|
|
15
|
+
BRLMPrintSettingsCompressModeNone,
|
|
16
|
+
BRLMPrintSettingsCompressModeTiff,
|
|
17
|
+
BRLMPrintSettingsCompressModeMode9,
|
|
18
|
+
};
|
|
19
|
+
typedef NS_ENUM(NSInteger, BRLMPrintSettingsHalftone) {
|
|
20
|
+
BRLMPrintSettingsHalftoneThreshold,
|
|
21
|
+
BRLMPrintSettingsHalftoneErrorDiffusion,
|
|
22
|
+
BRLMPrintSettingsHalftonePatternDither,
|
|
23
|
+
};
|
|
24
|
+
typedef NS_ENUM(NSInteger, BRLMPrintSettingsHorizontalAlignment) {
|
|
25
|
+
BRLMPrintSettingsHorizontalAlignmentLeft,
|
|
26
|
+
BRLMPrintSettingsHorizontalAlignmentCenter,
|
|
27
|
+
BRLMPrintSettingsHorizontalAlignmentRight,
|
|
28
|
+
};
|
|
29
|
+
typedef NS_ENUM(NSInteger, BRLMPrintSettingsOrientation) {
|
|
30
|
+
BRLMPrintSettingsOrientationPortrait,
|
|
31
|
+
BRLMPrintSettingsOrientationLandscape,
|
|
32
|
+
};
|
|
33
|
+
typedef NS_ENUM(NSInteger, BRLMPrintSettingsPrintQuality) {
|
|
34
|
+
BRLMPrintSettingsPrintQualityBest,
|
|
35
|
+
BRLMPrintSettingsPrintQualityFast,
|
|
36
|
+
};
|
|
37
|
+
typedef NS_ENUM(NSInteger, BRLMPrintSettingsResolution) {
|
|
38
|
+
BRLMPrintSettingsResolutionLow,
|
|
39
|
+
BRLMPrintSettingsResolutionNormal,
|
|
40
|
+
BRLMPrintSettingsResolutionHigh,
|
|
41
|
+
};
|
|
42
|
+
typedef NS_ENUM(NSInteger, BRLMPrintSettingsRotation) {
|
|
43
|
+
BRLMPrintSettingsRotationRotate0,
|
|
44
|
+
BRLMPrintSettingsRotationRotate90,
|
|
45
|
+
BRLMPrintSettingsRotationRotate180,
|
|
46
|
+
BRLMPrintSettingsRotationRotate270,
|
|
47
|
+
};
|
|
48
|
+
typedef NS_ENUM(NSInteger, BRLMPrintSettingsScaleMode) {
|
|
49
|
+
BRLMPrintSettingsScaleModeActualSize,
|
|
50
|
+
BRLMPrintSettingsScaleModeFitPageAspect,
|
|
51
|
+
BRLMPrintSettingsScaleModeFitPaperAspect,
|
|
52
|
+
BRLMPrintSettingsScaleModeScaleValue,
|
|
53
|
+
};
|
|
54
|
+
typedef NS_ENUM(NSInteger, BRLMPrintSettingsVerticalAlignment) {
|
|
55
|
+
BRLMPrintSettingsVerticalAlignmentTop,
|
|
56
|
+
BRLMPrintSettingsVerticalAlignmentCenter,
|
|
57
|
+
BRLMPrintSettingsVerticalAlignmentBottom,
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
@protocol BRLMPrintImageSettings <NSObject>
|
|
61
|
+
|
|
62
|
+
@property (nonatomic, readonly) BRLMPrinterModel printerModel;
|
|
63
|
+
@property (nonatomic) BRLMPrintSettingsScaleMode scaleMode;
|
|
64
|
+
@property (nonatomic) CGFloat scaleValue;
|
|
65
|
+
@property (nonatomic) BRLMPrintSettingsOrientation printOrientation;
|
|
66
|
+
@property (nonatomic) BRLMPrintSettingsRotation imageRotation;
|
|
67
|
+
@property (nonatomic) BRLMPrintSettingsHalftone halftone;
|
|
68
|
+
@property (nonatomic) BRLMPrintSettingsHorizontalAlignment hAlignment;
|
|
69
|
+
@property (nonatomic) BRLMPrintSettingsVerticalAlignment vAlignment;
|
|
70
|
+
@property (nonatomic) BRLMPrintSettingsCompressMode compress;
|
|
71
|
+
@property (nonatomic) UInt8 halftoneThreshold;
|
|
72
|
+
@property (nonatomic) NSUInteger numCopies;
|
|
73
|
+
@property (nonatomic) BOOL skipStatusCheck;
|
|
74
|
+
@property (nonatomic) BRLMPrintSettingsPrintQuality printQuality;
|
|
75
|
+
@property (nonatomic) BOOL trimTrailingBlankData;
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
+ (instancetype)new __unavailable;
|
|
79
|
+
- (instancetype)init __unavailable;
|
|
80
|
+
- (instancetype)copy __unavailable;
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
@end
|
|
84
|
+
|
|
85
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
//
|
|
2
|
+
// BRLMPrintSettingsProtocol.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2020 Brother Industries, Ltd. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
#import <BRLMPrinterKit/BRLMPrinterDefine.h>
|
|
11
|
+
|
|
12
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
13
|
+
|
|
14
|
+
@protocol BRLMPrintSettingsProtocol <NSObject>
|
|
15
|
+
|
|
16
|
+
+ (instancetype)new __unavailable;
|
|
17
|
+
- (instancetype)init __unavailable;
|
|
18
|
+
- (instancetype)copy __unavailable;
|
|
19
|
+
|
|
20
|
+
@required
|
|
21
|
+
- (nullable instancetype)initDefaultPrintSettingsWithPrinterModel:(BRLMPrinterModel)model;
|
|
22
|
+
- (nullable instancetype)copyWithPrinterModel:(BRLMPrinterModel)model;
|
|
23
|
+
@end
|
|
24
|
+
|
|
25
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
//
|
|
2
|
+
// BRLMPrinterClassifier.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2020 Brother Industries, Ltd. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
#import <BRLMPrinterKit/BRLMPrinterDefine.h>
|
|
11
|
+
|
|
12
|
+
typedef NS_ENUM(NSInteger, BRLMPrinterClassifierSeries) {
|
|
13
|
+
BRLMPrinterClassifierSeriesPJ,
|
|
14
|
+
BRLMPrinterClassifierSeriesRJ,
|
|
15
|
+
BRLMPrinterClassifierSeriesTD,
|
|
16
|
+
BRLMPrinterClassifierSeriesPT,
|
|
17
|
+
BRLMPrinterClassifierSeriesQL,
|
|
18
|
+
BRLMPrinterClassifierSeriesMW,
|
|
19
|
+
BRLMPrinterClassifierSeriesUnknown,
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
23
|
+
|
|
24
|
+
@interface BRLMPrinterClassifier : NSObject
|
|
25
|
+
|
|
26
|
+
+ (enum BRLMPrinterClassifierSeries)classifyPrinterSerieseFromModel:(BRLMPrinterModel)model;
|
|
27
|
+
+ (enum BRLMPrinterModel)transferEnumFromString:(NSString*)modelName;
|
|
28
|
+
|
|
29
|
+
@end
|
|
30
|
+
|
|
31
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
//
|
|
2
|
+
// BRLMPrinterConfig.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2024 Brother Industries. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
#import "BRLMPrinterConfigEnums.h"
|
|
11
|
+
#import "BRLMPrinterDefine.h"
|
|
12
|
+
#import "BRLMLog.h"
|
|
13
|
+
|
|
14
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
15
|
+
|
|
16
|
+
typedef NS_ENUM(NSInteger, BRLMPrinterConfigAutoPowerOffTimeCreateResultErrorCode) {
|
|
17
|
+
BRLMPrinterConfigAutoPowerOffTimeCreateResultErrorCodeSuccess = 20600,
|
|
18
|
+
BRLMPrinterConfigAutoPowerOffTimeCreateResultErrorCodeUnsupported,
|
|
19
|
+
BRLMPrinterConfigAutoPowerOffTimeCreateResultErrorCodeUnsupportedFunctionInsteadUseCreateWithMinutes,
|
|
20
|
+
BRLMPrinterConfigAutoPowerOffTimeCreateResultErrorCodeUnsupportedFunctionInsteadUseCreateWithMinutesLegacy,
|
|
21
|
+
BRLMPrinterConfigAutoPowerOffTimeCreateResultErrorCodeInvalidValue,
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
@class BRLMPrinterConfigAutoPowerOffTime;
|
|
25
|
+
|
|
26
|
+
@interface BRLMPrinterConfigAutoPowerOffTimeCreateResult : NSObject
|
|
27
|
+
|
|
28
|
+
@property (nonatomic, readonly, nullable) BRLMPrinterConfigAutoPowerOffTime *time;
|
|
29
|
+
@property (nonatomic, readonly) BRLMPrinterConfigAutoPowerOffTimeCreateResultErrorCode errorCode;
|
|
30
|
+
@property (nonatomic, readonly) NSArray<BRLMLog *> *allLogs;
|
|
31
|
+
|
|
32
|
+
@end
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
@interface BRLMPrinterConfigAutoPowerOffTime : NSObject
|
|
36
|
+
|
|
37
|
+
@property (nonatomic, readonly) NSInteger minutesOnPower;
|
|
38
|
+
@property (nonatomic, readonly) NSInteger minutesOnBattery;
|
|
39
|
+
|
|
40
|
+
- (instancetype)init __unavailable;
|
|
41
|
+
|
|
42
|
+
@end
|
|
43
|
+
|
|
44
|
+
typedef NSInteger BRLMPrinterConfigAutoPowerOffTimeMinutes;
|
|
45
|
+
|
|
46
|
+
@interface BRLMPrinterConfigAutoPowerOffTimeFactory : NSObject
|
|
47
|
+
+ (BRLMPrinterConfigAutoPowerOffTimeCreateResult*)createWithMinutes:(BRLMPrinterModel)model minutes:(BRLMPrinterConfigAutoPowerOffTimeMinutes)minutes;
|
|
48
|
+
+ (BRLMPrinterConfigAutoPowerOffTimeCreateResult*)createWithMinutesLegacy:(BRLMPrinterModel)model minutesOnPower:(BRLMPrinterConfigAutoPowerOffTimeMinutes)minutesOnPower minutesOnBattery:(BRLMPrinterConfigAutoPowerOffTimeMinutes)minutesOnBattery;
|
|
49
|
+
|
|
50
|
+
+ (BRLMPrinterConfigAutoPowerOffTimeMinutes)minutesNeverPowerOff;
|
|
51
|
+
+ (BRLMPrinterConfigAutoPowerOffTimeMinutes)minutesKeepCurrent;
|
|
52
|
+
+ (BRLMPrinterConfigAutoPowerOffTimeMinutes)minutesInvalid;
|
|
53
|
+
@end
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
typedef NS_ENUM(NSInteger, BRLMPrinterConfigPrintSpeedPolicy) {
|
|
57
|
+
BRLMPrinterConfigPrintSpeedPolicyAsFastAsPossible = 0,
|
|
58
|
+
BRLMPrinterConfigPrintSpeedPolicyMiddleSpeed,
|
|
59
|
+
BRLMPrinterConfigPrintSpeedPolicyAsSlowAsPossible,
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
typedef NS_ENUM(NSInteger, BRLMPrinterConfigPrintSpeedRate) {
|
|
63
|
+
BRLMPrinterConfigPrintSpeedRate1ips = 1,
|
|
64
|
+
BRLMPrinterConfigPrintSpeedRate2ips = 2,
|
|
65
|
+
BRLMPrinterConfigPrintSpeedRate3ips = 3,
|
|
66
|
+
BRLMPrinterConfigPrintSpeedRate4ips = 4,
|
|
67
|
+
BRLMPrinterConfigPrintSpeedRate5ips = 5,
|
|
68
|
+
BRLMPrinterConfigPrintSpeedRate6ips = 6,
|
|
69
|
+
BRLMPrinterConfigPrintSpeedRate7ips = 7,
|
|
70
|
+
BRLMPrinterConfigPrintSpeedRate8ips = 8,
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
@class BRLMPrinterConfigPrintSpeed;
|
|
74
|
+
|
|
75
|
+
typedef NS_ENUM(NSInteger, BRLMPrinterConfigPrintSpeedCreateResultErrorCode) {
|
|
76
|
+
BRLMPrinterConfigPrintSpeedCreateResultErrorCodeSuccess = 20700,
|
|
77
|
+
BRLMPrinterConfigPrintSpeedCreateResultErrorCodeUnsupported,
|
|
78
|
+
BRLMPrinterConfigPrintSpeedCreateResultErrorCodeInvalidValue
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
@interface BRLMPrinterConfigPrintSpeedCreateResult : NSObject
|
|
82
|
+
|
|
83
|
+
@property (nonatomic, readonly, nullable) BRLMPrinterConfigPrintSpeed *speed;
|
|
84
|
+
@property (nonatomic, readonly) BRLMPrinterConfigPrintSpeedCreateResultErrorCode errorCode;
|
|
85
|
+
@property (nonatomic, readonly) NSArray<BRLMLog *> *allLogs;
|
|
86
|
+
|
|
87
|
+
@end
|
|
88
|
+
|
|
89
|
+
@interface BRLMPrinterConfigPrintSpeed : NSObject
|
|
90
|
+
|
|
91
|
+
@property (nonatomic, readonly) NSInteger rate;
|
|
92
|
+
@property (nonatomic, readonly) NSInteger rawModelID;
|
|
93
|
+
|
|
94
|
+
- (instancetype)init __unavailable;
|
|
95
|
+
|
|
96
|
+
@end
|
|
97
|
+
|
|
98
|
+
@interface BRLMPrinterConfigPrintSpeedFactory : NSObject
|
|
99
|
+
+ (BRLMPrinterConfigPrintSpeedCreateResult*)createWithPolicy:(BRLMPrinterModel)model policy:(BRLMPrinterConfigPrintSpeedPolicy)policy;
|
|
100
|
+
+ (BRLMPrinterConfigPrintSpeedCreateResult*)createWithRate:(BRLMPrinterModel)model rate:(BRLMPrinterConfigPrintSpeedRate)rate;
|
|
101
|
+
@end
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
//
|
|
2
|
+
// BRLMPrinterConfigEnums.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2024 Brother Industries. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
typedef NS_ENUM(NSInteger, BRLMPrinterConfigJpegPrintHalftoneStyle) {
|
|
10
|
+
BRLMPrinterConfigJpegPrintHalftoneStyleSimpleThreshold = 0,
|
|
11
|
+
BRLMPrinterConfigJpegPrintHalftoneStyleErrorDiffusion = 1,
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
typedef NS_ENUM(NSInteger, BRLMPrinterConfigPrintDensity) {
|
|
15
|
+
BRLMPrinterConfigPrintDensityHigh5_Highest = 0,
|
|
16
|
+
BRLMPrinterConfigPrintDensityHigh4 = 1,
|
|
17
|
+
BRLMPrinterConfigPrintDensityHigh3 = 2,
|
|
18
|
+
BRLMPrinterConfigPrintDensityHigh2 = 3,
|
|
19
|
+
BRLMPrinterConfigPrintDensityHigh1 = 4,
|
|
20
|
+
BRLMPrinterConfigPrintDensityMedium = 5,
|
|
21
|
+
BRLMPrinterConfigPrintDensityLow1 = 6,
|
|
22
|
+
BRLMPrinterConfigPrintDensityLow2 = 7,
|
|
23
|
+
BRLMPrinterConfigPrintDensityLow3 = 8,
|
|
24
|
+
BRLMPrinterConfigPrintDensityLow4 = 9,
|
|
25
|
+
BRLMPrinterConfigPrintDensityLow5_Lowest = 10,
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
typedef NS_ENUM(NSInteger, BRLMPrinterConfigPrintSpeedPJ) {
|
|
29
|
+
BRLMPrinterConfigPrintSpeedPJHighSpeed = 0,
|
|
30
|
+
BRLMPrinterConfigPrintSpeedPJMediumHighSpeed = 1,
|
|
31
|
+
BRLMPrinterConfigPrintSpeedPJMediumLowSpeed = 2,
|
|
32
|
+
BRLMPrinterConfigPrintSpeedPJLowSpeed = 3,
|
|
33
|
+
BRLMPrinterConfigPrintSpeedPJFast_DraftQuality = 4,
|
|
34
|
+
BRLMPrinterConfigPrintSpeedPJFast_LineConversion = 5,
|
|
35
|
+
};
|
|
36
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//
|
|
2
|
+
// BRLMPrinterConfigRequestOrder.h
|
|
3
|
+
// BRLMPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2024 Brother Industries. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
11
|
+
|
|
12
|
+
@interface BRLMPrinterConfigRequestOrder : NSObject
|
|
13
|
+
|
|
14
|
+
@property (nonatomic, assign) BOOL autoPowerOffTime;
|
|
15
|
+
@property (nonatomic, assign) BOOL bluetoothDeviceName;
|
|
16
|
+
@property (nonatomic, assign) BOOL jpegPrintAutoScaling;
|
|
17
|
+
@property (nonatomic, assign) BOOL jpegPrintHalftoneStyle;
|
|
18
|
+
@property (nonatomic, assign) BOOL printDensity;
|
|
19
|
+
@property (nonatomic, assign) BOOL printSpeed;
|
|
20
|
+
@property (nonatomic, assign) BOOL printSpeedPJ;
|
|
21
|
+
|
|
22
|
+
- (instancetype)init;
|
|
23
|
+
|
|
24
|
+
@end
|
|
25
|
+
|
|
26
|
+
NS_ASSUME_NONNULL_END
|