@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,42 @@
|
|
|
1
|
+
//
|
|
2
|
+
// RJ3250WBPrintSettingsViewController.h
|
|
3
|
+
// BMSPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Created by BMS on 8/5/21.
|
|
6
|
+
// Copyright (c) 2013-21 Brother Mobile Solutions. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <BRLMPrinterKit/GenericMobileLabelModelPrintSettingsViewController.h>
|
|
10
|
+
#import <BRLMPrinterKit/RJ3250WBPrintSettings.h>
|
|
11
|
+
|
|
12
|
+
// This is the DEFAULT popup contentSize for RJ3250WBPrintSettingsViewController.
|
|
13
|
+
//
|
|
14
|
+
// You can override this by setting the "popoverSize" property (defined in the
|
|
15
|
+
// PrintSettingsViewController superclass) to something different
|
|
16
|
+
// before showing the ViewController.
|
|
17
|
+
//
|
|
18
|
+
// The popoverSize setting will be propagated to all of the "child" ViewControllers
|
|
19
|
+
// of the main ViewController so all of the detail views will be the SAME size as each other.
|
|
20
|
+
//
|
|
21
|
+
// NOTE: iPad1 and iPad2 size = 1024 x 768, iPad3 = 2048 x 1536
|
|
22
|
+
//#define RJ3250WBPOPUPCONTENTSIZE CGSizeMake(400,480)
|
|
23
|
+
#define RJ3250WBPOPUPCONTENTSIZE CGSizeMake(400,548)
|
|
24
|
+
#define RJ3250WBPOPUPCONTENTSIZE_IOS7 CGSizeMake(400,588)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
/*
|
|
28
|
+
This class is a subclass of GenericMobileLabelModelPrintSettingsViewController,
|
|
29
|
+
which implements all the major functionality.
|
|
30
|
+
|
|
31
|
+
*** SDK Users:
|
|
32
|
+
DO NOT INSTANTIATE an instance of GenericMobileLabelModelPrintSettingsViewController.
|
|
33
|
+
Always instantiate a model-specific class, e.g. RJ3250WBPrintSettingsViewController
|
|
34
|
+
*/
|
|
35
|
+
|
|
36
|
+
@interface RJ3250WBPrintSettingsViewController : GenericMobileLabelModelPrintSettingsViewController
|
|
37
|
+
{
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@end
|
|
41
|
+
|
|
42
|
+
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
//
|
|
2
|
+
// RJ4030AiPrintSettings.h
|
|
3
|
+
// BMSPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Created by BMS on 2/9/16.
|
|
6
|
+
// Copyright (c) 2012 Brother Mobile Solutions. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <BRLMPrinterKit/GenericMobileLabelModelPrintSettings.h>
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
@interface RJ4030AiPrintSettings : GenericMobileLabelModelPrintSettings <PrintSettingsDelegate>
|
|
13
|
+
|
|
14
|
+
// These definitions are provided for information only. DO NOT MODIFY!
|
|
15
|
+
// spec section 2.3.1 Resolution
|
|
16
|
+
#define RJ4030Ai_RESOLUTION_HORZ 203
|
|
17
|
+
#define RJ4030Ai_RESOLUTION_VERT 203
|
|
18
|
+
// spec section 2.3.5 Raster Line
|
|
19
|
+
#define RJ4030Ai_HEADSIZEDOTS 832
|
|
20
|
+
// spec section "Select compression mode" command
|
|
21
|
+
// NOTE: This should be same as HEADSIZEDOTS/8. And, it should be same as the # of decompressed bytes.
|
|
22
|
+
// NOTE: Previously, this was 162. But, it appears to be an error in the English Command Ref Guide.
|
|
23
|
+
#define RJ4030Ai_MAX_COMPRESS_LENGTH 104
|
|
24
|
+
|
|
25
|
+
//////////////////////////////////////////////
|
|
26
|
+
// MIN/MAX PAPERWIDTH values are not in spec.
|
|
27
|
+
// Used Windows Printer Driver as reference (which allows 0.47" min and 4.09" max).
|
|
28
|
+
//
|
|
29
|
+
// v1.1.1 UPDATE: According to Ann, MAX_PAPERWIDTH can actually be 4.64" instead of 4.09".
|
|
30
|
+
// However, the printable width can not exceed 832 dots, so setting the paperWidthDots larger than 4.09"
|
|
31
|
+
// will result in the marginWidthDots being increased automatically, but subsequently reducing paperWidthDots
|
|
32
|
+
// will not automatically result in marginWidthDots being decreased back to its previous value.
|
|
33
|
+
// This can be demonstrated using the PrintSettingsViewController.
|
|
34
|
+
//
|
|
35
|
+
// If someone actually has paper that is 4.64" wide, the printed result will NOT BE ANY DIFFERENT whether
|
|
36
|
+
// we allow 4.09" or 4.64" here, because in either case we can't use more than 832 dots, and this will be
|
|
37
|
+
// centered automatically on the wider paper. So, there is no reason to allow 4.64" wide here, since doing so
|
|
38
|
+
// potentially introduces the issue related to marginWidthDots mentioned above.
|
|
39
|
+
// So, let's leave MAX_PAPERWIDTHDOTS at 832 rather than change to (4.64F * RJ4030Ai_RESOLUTION_HORZ)
|
|
40
|
+
//
|
|
41
|
+
// UPDATE2: According to Ann, MIN_PAPERWIDTH is actually 2.00" rather than 0.47".
|
|
42
|
+
// However, in case for some reason someone actually has narrower paper, let's not force this 2" restriction.
|
|
43
|
+
// So, we will keep this value the same as before as well.
|
|
44
|
+
//
|
|
45
|
+
// NOTE: MAXPAPERWIDTH does NOT exceed HEADSIZEDOTS!! (refer to v1.1.1 UPDATE discussion above. This comment
|
|
46
|
+
// here is only relevant in comparison to RJ3 and TD2 models, which are still allowing paper width to EXCEED
|
|
47
|
+
// the headsize, though perhaps we shouldn't allow this for the other models either.)
|
|
48
|
+
#define RJ4030Ai_MIN_PAPERWIDTHDOTS (0.47F * RJ4030Ai_RESOLUTION_HORZ) // 95, was using 203 in 0.9 SDK
|
|
49
|
+
#define RJ4030Ai_MAX_PAPERWIDTHDOTS 832 // NOTE: WinDriver allows 4.09", which is ~832.
|
|
50
|
+
//////////////////////////////////////////////
|
|
51
|
+
|
|
52
|
+
// spec section 2.3.4 Maximum and Minimum Lengths
|
|
53
|
+
#define RJ4030Ai_MIN_PAPERLENGTHDOTS 203 // NOTE: spec says 204 dots, but 203 seems OK.
|
|
54
|
+
#define RJ4030Ai_MAX_PAPERLENGTHDOTS 24094
|
|
55
|
+
// spec section 2.3.3 Feed Amount
|
|
56
|
+
#ifdef OLD
|
|
57
|
+
// IMPORTANT NOTE: For LABEL papertype ONLY, we allow the MIN marginlengthdots to be set to 0.
|
|
58
|
+
// That is, this MIN value here is ignored when papertype = label is specified.
|
|
59
|
+
// Consider the case of a 1.0x0.5" label. A min margin of 0.12" will take up half of the printable length!!
|
|
60
|
+
// This is why we will allow the margin to be set to 0 in this case.
|
|
61
|
+
// Beware that some labels might clip the top if this is set to 0. But, other settings can be tweaked to
|
|
62
|
+
// make it work (such as by setting a larger paperlength and setting the top margin to non-zero.)
|
|
63
|
+
#define RJ4030Ai_MIN_MARGINLENGTHDOTS 24
|
|
64
|
+
|
|
65
|
+
#else
|
|
66
|
+
// Allow 0 now for continuous roll too, as the Esc iUw command generated from this can affect AirPrint.
|
|
67
|
+
// (Of course, AirPrint is N/A for the Bluetooth model. But, I am changing this so it behaves consistently.)
|
|
68
|
+
// However, if this is 0, then the Esc id command will send 0 too. And, the printer may not eject the page
|
|
69
|
+
// enough at the end. So, I am introducing the MIN_PAGEFEEDDOTS definition now, so that if current marginLengthDots
|
|
70
|
+
// is LESS than MIN_PAGEFEEDDOTS, we will send Esc id command using the MIN_PAGEFEEDDOTS value instead.
|
|
71
|
+
// Otherwise, the Esc id command will use the marginLengthDots value as it has in the past.
|
|
72
|
+
//
|
|
73
|
+
// NOTE: If this occurs, the final paper length after tear off will be up to 1/4" longer than the
|
|
74
|
+
// specified paperLengthDots, because the print data will be (up to) the entire paper length, and then the
|
|
75
|
+
// PAGEFEEDDOTS will be added to the final paper length. If you need a specific paperlength, then make sure
|
|
76
|
+
// that marginLengthDots is >= MIN_PAGEFEEDDOTS.
|
|
77
|
+
|
|
78
|
+
#define RJ4030Ai_MIN_MARGINLENGTHDOTS 0
|
|
79
|
+
// v2.3.0 UPDATE: Instead of forcing this MIN_PAGEFEEDDOTS value on EVERY page, which essentially PREVENTS a "no gap"
|
|
80
|
+
// solution if the FW actually supports it, now we only force it on the LAST page, allowing a 0-margin between pages
|
|
81
|
+
// in case the FW allows it. But, we will force this on the LAST page, to assure the FW will eject the page to tear off
|
|
82
|
+
// in case it doesn't automatically behave that way.
|
|
83
|
+
#define RJ4030Ai_MIN_PAGEFEEDDOTS_LASTPAGE 24
|
|
84
|
+
|
|
85
|
+
#endif
|
|
86
|
+
|
|
87
|
+
#define RJ4030Ai_MAX_MARGINLENGTHDOTS 1020 // NOTE: was using 1015 in 0.9 SDK
|
|
88
|
+
// Arbitrarily restrict extraFeed to 11" at 203 dpi. There is no reason to be larger.
|
|
89
|
+
#define RJ4030Ai_MAX_EXTRAFEEDDOTS (11*RJ4030Ai_RESOLUTION_VERT)
|
|
90
|
+
|
|
91
|
+
//*** IMPORTANT ***
|
|
92
|
+
// SDK Users:
|
|
93
|
+
// You should NEVER instantiate an object of the GenericMobileLabelModelPrintSettings class.
|
|
94
|
+
// Instead, you should instantiate one of the model-specific subclasses (i.e. RJ4030AiPrintSettings).
|
|
95
|
+
//
|
|
96
|
+
// For a list of important properties in the settings that your application needs to set,
|
|
97
|
+
// refer to the GenericMobileLabelModelPrintSettings superclass.
|
|
98
|
+
|
|
99
|
+
// SDK Designers:
|
|
100
|
+
// The GenericMobileLabelModelPrintSettings class handles all the important work.
|
|
101
|
+
// This subclass only needs to provide the model-specific data to the generic class.
|
|
102
|
+
|
|
103
|
+
@end
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
//
|
|
2
|
+
// RJ4030AiPrintSettingsViewController.h
|
|
3
|
+
// BMSPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Created by BMS on 2/9/16.
|
|
6
|
+
// Copyright (c) 2013 Brother Mobile Solutions. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <BRLMPrinterKit/GenericMobileLabelModelPrintSettingsViewController.h>
|
|
10
|
+
#import <BRLMPrinterKit/RJ4030AiPrintSettings.h>
|
|
11
|
+
|
|
12
|
+
// This is the DEFAULT popup contentSize for RJ4030AiPrintSettingsViewController.
|
|
13
|
+
//
|
|
14
|
+
// You can override this by setting the "popoverSize" property (defined in the
|
|
15
|
+
// PrintSettingsViewController superclass) to something different
|
|
16
|
+
// before showing the ViewController.
|
|
17
|
+
//
|
|
18
|
+
// The popoverSize setting will be propagated to all of the "child" ViewControllers
|
|
19
|
+
// of the main ViewController so all of the detail views will be the SAME size as each other.
|
|
20
|
+
//
|
|
21
|
+
// NOTE: iPad1 and iPad2 size = 1024 x 768, iPad3 = 2048 x 1536
|
|
22
|
+
#define RJ4030AiPOPUPCONTENTSIZE CGSizeMake(400,480)
|
|
23
|
+
#define RJ4030AiPOPUPCONTENTSIZE_IOS7 CGSizeMake(400,588)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/*
|
|
27
|
+
This class is a subclass of GenericMobileLabelModelPrintSettingsViewController,
|
|
28
|
+
which implements all the major functionality.
|
|
29
|
+
|
|
30
|
+
*** SDK Users:
|
|
31
|
+
DO NOT INSTANTIATE an instance of GenericMobileLabelModelPrintSettingsViewController.
|
|
32
|
+
Always instantiate a model-specific class, e.g. RJ4030AiPrintSettingsViewController
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
@interface RJ4030AiPrintSettingsViewController : GenericMobileLabelModelPrintSettingsViewController
|
|
36
|
+
{
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@end
|
|
40
|
+
|
|
41
|
+
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
//
|
|
2
|
+
// RJ4040PrintSettings.h
|
|
3
|
+
// BMSPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Created by BMS on 9/12/12.
|
|
6
|
+
// Copyright (c) 2012 Brother Mobile Solutions. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <BRLMPrinterKit/GenericMobileLabelModelPrintSettings.h>
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
@interface RJ4040PrintSettings : GenericMobileLabelModelPrintSettings <PrintSettingsDelegate>
|
|
13
|
+
|
|
14
|
+
// These definitions are provided for information only. DO NOT MODIFY!
|
|
15
|
+
// spec section 2.3.1 Resolution
|
|
16
|
+
#define RJ4040_RESOLUTION_HORZ 203
|
|
17
|
+
#define RJ4040_RESOLUTION_VERT 203
|
|
18
|
+
// spec section 2.3.5 Raster Line
|
|
19
|
+
#define RJ4040_HEADSIZEDOTS 832
|
|
20
|
+
// spec section "Select compression mode" command
|
|
21
|
+
// NOTE: This should be same as HEADSIZEDOTS/8. And, it should be same as the # of decompressed bytes.
|
|
22
|
+
// NOTE: Previously, this was 162. But, it appears to be an error in the English Command Ref Guide.
|
|
23
|
+
#define RJ4040_MAX_COMPRESS_LENGTH 104
|
|
24
|
+
|
|
25
|
+
//////////////////////////////////////////////
|
|
26
|
+
// MIN/MAX PAPERWIDTH values are not in spec.
|
|
27
|
+
// Used Windows Printer Driver as reference (which allows 0.47" min and 4.09" max).
|
|
28
|
+
//
|
|
29
|
+
// v1.1.1 UPDATE: According to Ann, MAX_PAPERWIDTH can actually be 4.64" instead of 4.09".
|
|
30
|
+
// However, the printable width can not exceed 832 dots, so setting the paperWidthDots larger than 4.09"
|
|
31
|
+
// will result in the marginWidthDots being increased automatically, but subsequently reducing paperWidthDots
|
|
32
|
+
// will not automatically result in marginWidthDots being decreased back to its previous value.
|
|
33
|
+
// This can be demonstrated using the PrintSettingsViewController.
|
|
34
|
+
//
|
|
35
|
+
// If someone actually has paper that is 4.64" wide, the printed result will NOT BE ANY DIFFERENT whether
|
|
36
|
+
// we allow 4.09" or 4.64" here, because in either case we can't use more than 832 dots, and this will be
|
|
37
|
+
// centered automatically on the wider paper. So, there is no reason to allow 4.64" wide here, since doing so
|
|
38
|
+
// potentially introduces the issue related to marginWidthDots mentioned above.
|
|
39
|
+
// So, let's leave MAX_PAPERWIDTHDOTS at 832 rather than change to (4.64F * RJ4040_RESOLUTION_HORZ)
|
|
40
|
+
//
|
|
41
|
+
// UPDATE2: According to Ann, MIN_PAPERWIDTH is actually 2.00" rather than 0.47".
|
|
42
|
+
// However, in case for some reason someone actually has narrower paper, let's not force this 2" restriction.
|
|
43
|
+
// So, we will keep this value the same as before as well.
|
|
44
|
+
//
|
|
45
|
+
// NOTE: MAXPAPERWIDTH does NOT exceed HEADSIZEDOTS!! (refer to v1.1.1 UPDATE discussion above. This comment
|
|
46
|
+
// here is only relevant in comparison to RJ3 and TD2 models, which are still allowing paper width to EXCEED
|
|
47
|
+
// the headsize, though perhaps we shouldn't allow this for the other models either.)
|
|
48
|
+
#define RJ4040_MIN_PAPERWIDTHDOTS (0.47F * RJ4040_RESOLUTION_HORZ) // 95, was using 203 in 0.9 SDK
|
|
49
|
+
#define RJ4040_MAX_PAPERWIDTHDOTS 832 // NOTE: WinDriver allows 4.09", which is ~832.
|
|
50
|
+
//////////////////////////////////////////////
|
|
51
|
+
|
|
52
|
+
// spec section 2.3.4 Maximum and Minimum Lengths
|
|
53
|
+
#define RJ4040_MIN_PAPERLENGTHDOTS 203 // NOTE: spec says 204 dots, but 203 seems OK.
|
|
54
|
+
#define RJ4040_MAX_PAPERLENGTHDOTS 24094
|
|
55
|
+
// spec section 2.3.3 Feed Amount
|
|
56
|
+
#ifdef OLD
|
|
57
|
+
// IMPORTANT NOTE: For LABEL papertype ONLY, we allow the MIN marginlengthdots to be set to 0.
|
|
58
|
+
// That is, this MIN value here is ignored when papertype = label is specified.
|
|
59
|
+
// Consider the case of a 1.0x0.5" label. A min margin of 0.12" will take up half of the printable length!!
|
|
60
|
+
// This is why we will allow the margin to be set to 0 in this case.
|
|
61
|
+
// Beware that some labels might clip the top if this is set to 0. But, other settings can be tweaked to
|
|
62
|
+
// make it work (such as by setting a larger paperlength and setting the top margin to non-zero.)
|
|
63
|
+
#define RJ4040_MIN_MARGINLENGTHDOTS 24
|
|
64
|
+
|
|
65
|
+
#else
|
|
66
|
+
// Allow 0 now for continuous roll too, as the Esc iUw command generated from this can affect AirPrint.
|
|
67
|
+
// However, if this is 0, then the Esc id command will send 0 too. And, the printer may not eject the page
|
|
68
|
+
// enough at the end. So, I am introducing the MIN_PAGEFEEDDOTS definition now, so that if current marginLengthDots
|
|
69
|
+
// is LESS than MIN_PAGEFEEDDOTS, we will send Esc id command using the MIN_PAGEFEEDDOTS value instead.
|
|
70
|
+
// Otherwise, the Esc id command will use the marginLengthDots value as it has in the past.
|
|
71
|
+
//
|
|
72
|
+
// NOTE: If this occurs, the final paper length after tear off will be up to 1/4" longer than the
|
|
73
|
+
// specified paperLengthDots, because the print data will be (up to) the entire paper length, and then the
|
|
74
|
+
// PAGEFEEDDOTS will be added to the final paper length. If you need a specific paperlength, then make sure
|
|
75
|
+
// that marginLengthDots is >= MIN_PAGEFEEDDOTS.
|
|
76
|
+
|
|
77
|
+
#define RJ4040_MIN_MARGINLENGTHDOTS 0
|
|
78
|
+
// v2.3.0 UPDATE: Instead of forcing this MIN_PAGEFEEDDOTS value on EVERY page, which essentially PREVENTS a "no gap"
|
|
79
|
+
// solution if the FW actually supports it, now we only force it on the LAST page, allowing a 0-margin between pages
|
|
80
|
+
// in case the FW allows it. But, we will force this on the LAST page, to assure the FW will eject the page to tear off
|
|
81
|
+
// in case it doesn't automatically behave that way.
|
|
82
|
+
#define RJ4040_MIN_PAGEFEEDDOTS_LASTPAGE 24
|
|
83
|
+
|
|
84
|
+
#endif
|
|
85
|
+
|
|
86
|
+
#define RJ4040_MAX_MARGINLENGTHDOTS 1020 // NOTE: was using 1015 in 0.9 SDK
|
|
87
|
+
// Arbitrarily restrict extraFeed to 11" at 203 dpi. There is no reason to be larger.
|
|
88
|
+
#define RJ4040_MAX_EXTRAFEEDDOTS (11*RJ4040_RESOLUTION_VERT)
|
|
89
|
+
|
|
90
|
+
//*** IMPORTANT ***
|
|
91
|
+
// SDK Users:
|
|
92
|
+
// You should NEVER instantiate an object of the GenericMobileLabelModelPrintSettings class.
|
|
93
|
+
// Instead, you should instantiate one of the model-specific subclasses (i.e. RJ4040PrintSettings).
|
|
94
|
+
//
|
|
95
|
+
// For a list of important properties in the settings that your application needs to set,
|
|
96
|
+
// refer to the GenericMobileLabelModelPrintSettings superclass.
|
|
97
|
+
|
|
98
|
+
// SDK Designers:
|
|
99
|
+
// The GenericMobileLabelModelPrintSettings class handles all the important work.
|
|
100
|
+
// This subclass only needs to provide the model-specific data to the generic class.
|
|
101
|
+
|
|
102
|
+
@end
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
//
|
|
2
|
+
// RJ4040PrintSettingsViewController.h
|
|
3
|
+
// BMSPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Created by BMS on 1/30/13.
|
|
6
|
+
// Copyright (c) 2013 Brother Mobile Solutions. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <BRLMPrinterKit/GenericMobileLabelModelPrintSettingsViewController.h>
|
|
10
|
+
#import <BRLMPrinterKit/RJ4040PrintSettings.h>
|
|
11
|
+
|
|
12
|
+
// This is the DEFAULT popup contentSize for RJ4040PrintSettingsViewController.
|
|
13
|
+
//
|
|
14
|
+
// You can override this by setting the "popoverSize" property (defined in the
|
|
15
|
+
// PrintSettingsViewController superclass) to something different
|
|
16
|
+
// before showing the ViewController.
|
|
17
|
+
//
|
|
18
|
+
// The popoverSize setting will be propagated to all of the "child" ViewControllers
|
|
19
|
+
// of the main ViewController so all of the detail views will be the SAME size as each other.
|
|
20
|
+
//
|
|
21
|
+
// NOTE: iPad1 and iPad2 size = 1024 x 768, iPad3 = 2048 x 1536
|
|
22
|
+
#define RJ4040POPUPCONTENTSIZE CGSizeMake(400,480)
|
|
23
|
+
#define RJ4040POPUPCONTENTSIZE_IOS7 CGSizeMake(400,588)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/*
|
|
27
|
+
This class is a subclass of GenericMobileLabelModelPrintSettingsViewController,
|
|
28
|
+
which implements all the major functionality.
|
|
29
|
+
|
|
30
|
+
*** SDK Users:
|
|
31
|
+
DO NOT INSTANTIATE an instance of GenericMobileLabelModelPrintSettingsViewController.
|
|
32
|
+
Always instantiate a model-specific class, e.g. RJ4040PrintSettingsViewController
|
|
33
|
+
*/
|
|
34
|
+
|
|
35
|
+
@interface RJ4040PrintSettingsViewController : GenericMobileLabelModelPrintSettingsViewController
|
|
36
|
+
{
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@end
|
|
40
|
+
|
|
41
|
+
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
//
|
|
2
|
+
// RJ4230BPrintSettings.h
|
|
3
|
+
// BMSPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Created by BMS on 1/19/18.
|
|
6
|
+
// Copyright (c) 2018 Brother Mobile Solutions. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <BRLMPrinterKit/GenericMobileLabelModelPrintSettings.h>
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
@interface RJ4230BPrintSettings : GenericMobileLabelModelPrintSettings <PrintSettingsDelegate>
|
|
13
|
+
|
|
14
|
+
// These definitions are provided for information only. DO NOT MODIFY!
|
|
15
|
+
// spec section 2.3.1 Resolution
|
|
16
|
+
#define RJ4230B_RESOLUTION_HORZ 203
|
|
17
|
+
#define RJ4230B_RESOLUTION_VERT 203
|
|
18
|
+
// spec section 2.3.5 Raster Line
|
|
19
|
+
#define RJ4230B_HEADSIZEDOTS 832
|
|
20
|
+
// spec section "Select compression mode" command
|
|
21
|
+
// NOTE: This should be same as HEADSIZEDOTS/8. And, it should be same as the # of decompressed bytes.
|
|
22
|
+
// NOTE: Previously, this was 162. But, it appears to be an error in the English Command Ref Guide.
|
|
23
|
+
#define RJ4230B_MAX_COMPRESS_LENGTH 104
|
|
24
|
+
|
|
25
|
+
//////////////////////////////////////////////
|
|
26
|
+
// MIN/MAX PAPERWIDTH values are not in spec.
|
|
27
|
+
// Used Windows Printer Driver as reference (which allows 0.47" min and 4.09" max).
|
|
28
|
+
//
|
|
29
|
+
// v1.1.1 UPDATE: According to Ann, MAX_PAPERWIDTH can actually be 4.64" instead of 4.09".
|
|
30
|
+
// However, the printable width can not exceed 832 dots, so setting the paperWidthDots larger than 4.09"
|
|
31
|
+
// will result in the marginWidthDots being increased automatically, but subsequently reducing paperWidthDots
|
|
32
|
+
// will not automatically result in marginWidthDots being decreased back to its previous value.
|
|
33
|
+
// This can be demonstrated using the PrintSettingsViewController.
|
|
34
|
+
//
|
|
35
|
+
// If someone actually has paper that is 4.64" wide, the printed result will NOT BE ANY DIFFERENT whether
|
|
36
|
+
// we allow 4.09" or 4.64" here, because in either case we can't use more than 832 dots, and this will be
|
|
37
|
+
// centered automatically on the wider paper. So, there is no reason to allow 4.64" wide here, since doing so
|
|
38
|
+
// potentially introduces the issue related to marginWidthDots mentioned above.
|
|
39
|
+
// So, let's leave MAX_PAPERWIDTHDOTS at 832 rather than change to (4.64F * RJ4230B_RESOLUTION_HORZ)
|
|
40
|
+
//
|
|
41
|
+
// UPDATE2: According to Ann, MIN_PAPERWIDTH is actually 2.00" rather than 0.47".
|
|
42
|
+
// However, in case for some reason someone actually has narrower paper, let's not force this 2" restriction.
|
|
43
|
+
// So, we will keep this value the same as before as well.
|
|
44
|
+
//
|
|
45
|
+
// NOTE: MAXPAPERWIDTH does NOT exceed HEADSIZEDOTS!! (refer to v1.1.1 UPDATE discussion above. This comment
|
|
46
|
+
// here is only relevant in comparison to RJ3 and TD2 models, which are still allowing paper width to EXCEED
|
|
47
|
+
// the headsize, though perhaps we shouldn't allow this for the other models either.)
|
|
48
|
+
#define RJ4230B_MIN_PAPERWIDTHDOTS (0.47F * RJ4230B_RESOLUTION_HORZ) // 95, was using 203 in 0.9 SDK
|
|
49
|
+
#define RJ4230B_MAX_PAPERWIDTHDOTS 912 // NOTE: WinDriver allows 4.49", which is ~912.
|
|
50
|
+
//////////////////////////////////////////////
|
|
51
|
+
|
|
52
|
+
// spec section 2.3.4 Maximum and Minimum Lengths
|
|
53
|
+
#define RJ4230B_MIN_PAPERLENGTHDOTS 203 // NOTE: spec says 204 dots, but 203 seems OK.
|
|
54
|
+
#define RJ4230B_MAX_PAPERLENGTHDOTS 23977 // Spec 1.04 says this instead of 24094
|
|
55
|
+
|
|
56
|
+
// spec section 2.3.3 Feed Amount
|
|
57
|
+
#ifdef OLD
|
|
58
|
+
// IMPORTANT NOTE: For LABEL papertype ONLY, we allow the MIN marginlengthdots to be set to 0.
|
|
59
|
+
// That is, this MIN value here is ignored when papertype = label is specified.
|
|
60
|
+
// Consider the case of a 1.0x0.5" label. A min margin of 0.12" will take up half of the printable length!!
|
|
61
|
+
// This is why we will allow the margin to be set to 0 in this case.
|
|
62
|
+
// Beware that some labels might clip the top if this is set to 0. But, other settings can be tweaked to
|
|
63
|
+
// make it work (such as by setting a larger paperlength and setting the top margin to non-zero.)
|
|
64
|
+
#define RJ4230B_MIN_MARGINLENGTHDOTS 24
|
|
65
|
+
|
|
66
|
+
#else
|
|
67
|
+
// Allow 0 now for continuous roll too, as the Esc iUw command generated from this can affect AirPrint.
|
|
68
|
+
// (Of course, AirPrint is N/A for the Bluetooth model. But, I am changing this so it behaves consistently.)
|
|
69
|
+
// However, if this is 0, then the Esc id command will send 0 too. And, the printer may not eject the page
|
|
70
|
+
// enough at the end. So, I am introducing the MIN_PAGEFEEDDOTS definition now, so that if current marginLengthDots
|
|
71
|
+
// is LESS than MIN_PAGEFEEDDOTS, we will send Esc id command using the MIN_PAGEFEEDDOTS value instead.
|
|
72
|
+
// Otherwise, the Esc id command will use the marginLengthDots value as it has in the past.
|
|
73
|
+
//
|
|
74
|
+
// NOTE: If this occurs, the final paper length after tear off will be up to 1/4" longer than the
|
|
75
|
+
// specified paperLengthDots, because the print data will be (up to) the entire paper length, and then the
|
|
76
|
+
// PAGEFEEDDOTS will be added to the final paper length. If you need a specific paperlength, then make sure
|
|
77
|
+
// that marginLengthDots is >= MIN_PAGEFEEDDOTS.
|
|
78
|
+
|
|
79
|
+
#define RJ4230B_MIN_MARGINLENGTHDOTS 0
|
|
80
|
+
// v2.3.0 UPDATE: Instead of forcing this MIN_PAGEFEEDDOTS value on EVERY page, which essentially PREVENTS a "no gap"
|
|
81
|
+
// solution if the FW actually supports it, now we only force it on the LAST page, allowing a 0-margin between pages
|
|
82
|
+
// in case the FW allows it. But, we will force this on the LAST page, to assure the FW will eject the page to tear off
|
|
83
|
+
// in case it doesn't automatically behave that way.
|
|
84
|
+
#define RJ4230B_MIN_PAGEFEEDDOTS_LASTPAGE 24
|
|
85
|
+
|
|
86
|
+
#endif
|
|
87
|
+
|
|
88
|
+
#define RJ4230B_MAX_MARGINLENGTHDOTS 1020
|
|
89
|
+
// Arbitrarily restrict extraFeed to 11" at 203 dpi. There is no reason to be larger.
|
|
90
|
+
#define RJ4230B_MAX_EXTRAFEEDDOTS (11*RJ4230B_RESOLUTION_VERT)
|
|
91
|
+
|
|
92
|
+
//*** IMPORTANT ***
|
|
93
|
+
// SDK Users:
|
|
94
|
+
// You should NEVER instantiate an object of the GenericMobileLabelModelPrintSettings class.
|
|
95
|
+
// Instead, you should instantiate one of the model-specific subclasses (i.e. RJ4230BPrintSettings).
|
|
96
|
+
//
|
|
97
|
+
// For a list of important properties in the settings that your application needs to set,
|
|
98
|
+
// refer to the GenericMobileLabelModelPrintSettings superclass.
|
|
99
|
+
|
|
100
|
+
// SDK Designers:
|
|
101
|
+
// The GenericMobileLabelModelPrintSettings class handles all the important work.
|
|
102
|
+
// This subclass only needs to provide the model-specific data to the generic class.
|
|
103
|
+
|
|
104
|
+
//*** ADDITIONAL PROPERTIES not handled by GenericMobileLabelModelPrintSettings
|
|
105
|
+
@property (nonatomic, assign) BOOL invert180degrees;
|
|
106
|
+
|
|
107
|
+
@end
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
//
|
|
2
|
+
// RJ4230BPrintSettingsViewController.h
|
|
3
|
+
// BMSPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Created by BMS on 1/19/18.
|
|
6
|
+
// Copyright (c) 2018 Brother Mobile Solutions. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <BRLMPrinterKit/GenericMobileLabelModelPrintSettingsViewController.h>
|
|
10
|
+
#import <BRLMPrinterKit/RJ4230BPrintSettings.h>
|
|
11
|
+
#import <BRLMPrinterKit/PrintSettingTableViewController.h>
|
|
12
|
+
|
|
13
|
+
// This is the DEFAULT popup contentSize for RJ4230BPrintSettingsViewController.
|
|
14
|
+
//
|
|
15
|
+
// You can override this by setting the "popoverSize" property (defined in the
|
|
16
|
+
// PrintSettingsViewController superclass) to something different
|
|
17
|
+
// before showing the ViewController.
|
|
18
|
+
//
|
|
19
|
+
// The popoverSize setting will be propagated to all of the "child" ViewControllers
|
|
20
|
+
// of the main ViewController so all of the detail views will be the SAME size as each other.
|
|
21
|
+
//
|
|
22
|
+
// NOTE: iPad1 and iPad2 size = 1024 x 768, iPad3 = 2048 x 1536
|
|
23
|
+
//#define RJ3050AiPOPUPCONTENTSIZE CGSizeMake(400,480)
|
|
24
|
+
#define RJ4230BPOPUPCONTENTSIZE CGSizeMake(400,548)
|
|
25
|
+
#define RJ4230BPOPUPCONTENTSIZE_IOS7 CGSizeMake(400,588)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
/*
|
|
29
|
+
This class is a subclass of GenericMobileLabelModelPrintSettingsViewController,
|
|
30
|
+
which implements all the major functionality.
|
|
31
|
+
|
|
32
|
+
*** SDK Users:
|
|
33
|
+
DO NOT INSTANTIATE an instance of GenericMobileLabelModelPrintSettingsViewController.
|
|
34
|
+
Always instantiate a model-specific class, e.g. RJ4230BPrintSettingsViewController
|
|
35
|
+
*/
|
|
36
|
+
@interface RJ4230BPrintSettingsViewController : GenericMobileLabelModelPrintSettingsViewController
|
|
37
|
+
{
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@end
|
|
41
|
+
|
|
42
|
+
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
//
|
|
2
|
+
// RJ4250WBPrintSettings.h
|
|
3
|
+
// BMSPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Created by BMS on 9/19/18.
|
|
6
|
+
// Copyright (c) 2018 Brother Mobile Solutions. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <BRLMPrinterKit/GenericMobileLabelModelPrintSettings.h>
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
@interface RJ4250WBPrintSettings : GenericMobileLabelModelPrintSettings <PrintSettingsDelegate>
|
|
13
|
+
|
|
14
|
+
// These definitions are provided for information only. DO NOT MODIFY!
|
|
15
|
+
// spec section 2.3.1 Resolution
|
|
16
|
+
#define RJ4250WB_RESOLUTION_HORZ 203
|
|
17
|
+
#define RJ4250WB_RESOLUTION_VERT 203
|
|
18
|
+
// spec section 2.3.5 Raster Line
|
|
19
|
+
#define RJ4250WB_HEADSIZEDOTS 832
|
|
20
|
+
// spec section "Select compression mode" command
|
|
21
|
+
// NOTE: This should be same as HEADSIZEDOTS/8. And, it should be same as the # of decompressed bytes.
|
|
22
|
+
// NOTE: Previously, this was 162. But, it appears to be an error in the English Command Ref Guide.
|
|
23
|
+
#define RJ4250WB_MAX_COMPRESS_LENGTH 104
|
|
24
|
+
|
|
25
|
+
//////////////////////////////////////////////
|
|
26
|
+
// MIN/MAX PAPERWIDTH values are not in spec.
|
|
27
|
+
// Used Windows Printer Driver as reference (which allows 0.47" min and 4.09" max).
|
|
28
|
+
//
|
|
29
|
+
// v1.1.1 UPDATE: According to Ann, MAX_PAPERWIDTH can actually be 4.64" instead of 4.09".
|
|
30
|
+
// However, the printable width can not exceed 832 dots, so setting the paperWidthDots larger than 4.09"
|
|
31
|
+
// will result in the marginWidthDots being increased automatically, but subsequently reducing paperWidthDots
|
|
32
|
+
// will not automatically result in marginWidthDots being decreased back to its previous value.
|
|
33
|
+
// This can be demonstrated using the PrintSettingsViewController.
|
|
34
|
+
//
|
|
35
|
+
// If someone actually has paper that is 4.64" wide, the printed result will NOT BE ANY DIFFERENT whether
|
|
36
|
+
// we allow 4.09" or 4.64" here, because in either case we can't use more than 832 dots, and this will be
|
|
37
|
+
// centered automatically on the wider paper. So, there is no reason to allow 4.64" wide here, since doing so
|
|
38
|
+
// potentially introduces the issue related to marginWidthDots mentioned above.
|
|
39
|
+
// So, let's leave MAX_PAPERWIDTHDOTS at 832 rather than change to (4.64F * RJ4250WB_RESOLUTION_HORZ)
|
|
40
|
+
//
|
|
41
|
+
// UPDATE2: According to Ann, MIN_PAPERWIDTH is actually 2.00" rather than 0.47".
|
|
42
|
+
// However, in case for some reason someone actually has narrower paper, let's not force this 2" restriction.
|
|
43
|
+
// So, we will keep this value the same as before as well.
|
|
44
|
+
//
|
|
45
|
+
// NOTE: MAXPAPERWIDTH does NOT exceed HEADSIZEDOTS!! (refer to v1.1.1 UPDATE discussion above. This comment
|
|
46
|
+
// here is only relevant in comparison to RJ3 and TD2 models, which are still allowing paper width to EXCEED
|
|
47
|
+
// the headsize, though perhaps we shouldn't allow this for the other models either.)
|
|
48
|
+
#define RJ4250WB_MIN_PAPERWIDTHDOTS (0.47F * RJ4250WB_RESOLUTION_HORZ) // 95, was using 203 in 0.9 SDK
|
|
49
|
+
#define RJ4250WB_MAX_PAPERWIDTHDOTS 912 // NOTE: WinDriver allows 4.49", which is ~912.
|
|
50
|
+
//////////////////////////////////////////////
|
|
51
|
+
|
|
52
|
+
// spec section 2.3.4 Maximum and Minimum Lengths
|
|
53
|
+
#define RJ4250WB_MIN_PAPERLENGTHDOTS 203 // NOTE: spec says 204 dots, but 203 seems OK.
|
|
54
|
+
#define RJ4250WB_MAX_PAPERLENGTHDOTS 23977 // Spec 1.04 says this instead of 24094
|
|
55
|
+
|
|
56
|
+
// spec section 2.3.3 Feed Amount
|
|
57
|
+
#ifdef OLD
|
|
58
|
+
// IMPORTANT NOTE: For LABEL papertype ONLY, we allow the MIN marginlengthdots to be set to 0.
|
|
59
|
+
// That is, this MIN value here is ignored when papertype = label is specified.
|
|
60
|
+
// Consider the case of a 1.0x0.5" label. A min margin of 0.12" will take up half of the printable length!!
|
|
61
|
+
// This is why we will allow the margin to be set to 0 in this case.
|
|
62
|
+
// Beware that some labels might clip the top if this is set to 0. But, other settings can be tweaked to
|
|
63
|
+
// make it work (such as by setting a larger paperlength and setting the top margin to non-zero.)
|
|
64
|
+
#define RJ4250WB_MIN_MARGINLENGTHDOTS 24
|
|
65
|
+
|
|
66
|
+
#else
|
|
67
|
+
// Allow 0 now for continuous roll too, as the Esc iUw command generated from this can affect AirPrint.
|
|
68
|
+
// (Of course, AirPrint is N/A for the Bluetooth model. But, I am changing this so it behaves consistently.)
|
|
69
|
+
// However, if this is 0, then the Esc id command will send 0 too. And, the printer may not eject the page
|
|
70
|
+
// enough at the end. So, I am introducing the MIN_PAGEFEEDDOTS definition now, so that if current marginLengthDots
|
|
71
|
+
// is LESS than MIN_PAGEFEEDDOTS, we will send Esc id command using the MIN_PAGEFEEDDOTS value instead.
|
|
72
|
+
// Otherwise, the Esc id command will use the marginLengthDots value as it has in the past.
|
|
73
|
+
//
|
|
74
|
+
// NOTE: If this occurs, the final paper length after tear off will be up to 1/4" longer than the
|
|
75
|
+
// specified paperLengthDots, because the print data will be (up to) the entire paper length, and then the
|
|
76
|
+
// PAGEFEEDDOTS will be added to the final paper length. If you need a specific paperlength, then make sure
|
|
77
|
+
// that marginLengthDots is >= MIN_PAGEFEEDDOTS.
|
|
78
|
+
|
|
79
|
+
#define RJ4250WB_MIN_MARGINLENGTHDOTS 0
|
|
80
|
+
// v2.3.0 UPDATE: Instead of forcing this MIN_PAGEFEEDDOTS value on EVERY page, which essentially PREVENTS a "no gap"
|
|
81
|
+
// solution if the FW actually supports it, now we only force it on the LAST page, allowing a 0-margin between pages
|
|
82
|
+
// in case the FW allows it. But, we will force this on the LAST page, to assure the FW will eject the page to tear off
|
|
83
|
+
// in case it doesn't automatically behave that way.
|
|
84
|
+
#define RJ4250WB_MIN_PAGEFEEDDOTS_LASTPAGE 24
|
|
85
|
+
|
|
86
|
+
#endif
|
|
87
|
+
|
|
88
|
+
#define RJ4250WB_MAX_MARGINLENGTHDOTS 1020
|
|
89
|
+
// Arbitrarily restrict extraFeed to 11" at 203 dpi. There is no reason to be larger.
|
|
90
|
+
#define RJ4250WB_MAX_EXTRAFEEDDOTS (11*RJ4250WB_RESOLUTION_VERT)
|
|
91
|
+
|
|
92
|
+
//*** IMPORTANT ***
|
|
93
|
+
// SDK Users:
|
|
94
|
+
// You should NEVER instantiate an object of the GenericMobileLabelModelPrintSettings class.
|
|
95
|
+
// Instead, you should instantiate one of the model-specific subclasses (i.e. RJ4250WBPrintSettings).
|
|
96
|
+
//
|
|
97
|
+
// For a list of important properties in the settings that your application needs to set,
|
|
98
|
+
// refer to the GenericMobileLabelModelPrintSettings superclass.
|
|
99
|
+
|
|
100
|
+
// SDK Designers:
|
|
101
|
+
// The GenericMobileLabelModelPrintSettings class handles all the important work.
|
|
102
|
+
// This subclass only needs to provide the model-specific data to the generic class.
|
|
103
|
+
|
|
104
|
+
//*** ADDITIONAL PROPERTIES not handled by GenericMobileLabelModelPrintSettings
|
|
105
|
+
@property (nonatomic, assign) BOOL invert180degrees;
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
@end
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
//
|
|
2
|
+
// RJ4250WBPrintSettingsViewController.h
|
|
3
|
+
// BMSPrinterKit
|
|
4
|
+
//
|
|
5
|
+
// Created by BMS on 9/19/18.
|
|
6
|
+
// Copyright (c) 2018 Brother Mobile Solutions. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <BRLMPrinterKit/GenericMobileLabelModelPrintSettingsViewController.h>
|
|
10
|
+
#import <BRLMPrinterKit/RJ4250WBPrintSettings.h>
|
|
11
|
+
#import <BRLMPrinterKit/PrintSettingTableViewController.h>
|
|
12
|
+
|
|
13
|
+
// This is the DEFAULT popup contentSize for RJ4250WBPrintSettingsViewController.
|
|
14
|
+
//
|
|
15
|
+
// You can override this by setting the "popoverSize" property (defined in the
|
|
16
|
+
// PrintSettingsViewController superclass) to something different
|
|
17
|
+
// before showing the ViewController.
|
|
18
|
+
//
|
|
19
|
+
// The popoverSize setting will be propagated to all of the "child" ViewControllers
|
|
20
|
+
// of the main ViewController so all of the detail views will be the SAME size as each other.
|
|
21
|
+
//
|
|
22
|
+
// NOTE: iPad1 and iPad2 size = 1024 x 768, iPad3 = 2048 x 1536
|
|
23
|
+
//#define RJ3050AiPOPUPCONTENTSIZE CGSizeMake(400,480)
|
|
24
|
+
#define RJ4250WBPOPUPCONTENTSIZE CGSizeMake(400,548)
|
|
25
|
+
#define RJ4250WBPOPUPCONTENTSIZE_IOS7 CGSizeMake(400,588)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
/*
|
|
29
|
+
This class is a subclass of GenericMobileLabelModelPrintSettingsViewController,
|
|
30
|
+
which implements all the major functionality.
|
|
31
|
+
|
|
32
|
+
*** SDK Users:
|
|
33
|
+
DO NOT INSTANTIATE an instance of GenericMobileLabelModelPrintSettingsViewController.
|
|
34
|
+
Always instantiate a model-specific class, e.g. RJ4250WBPrintSettingsViewController
|
|
35
|
+
*/
|
|
36
|
+
@interface RJ4250WBPrintSettingsViewController : GenericMobileLabelModelPrintSettingsViewController
|
|
37
|
+
{
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@end
|
|
41
|
+
|
|
42
|
+
|