优博讯蓝牙打印机类库,需要联系1522901541
命令:
<?xml version="1.0" encoding="utf-8"?>
<package>
<library
name = "蓝牙打印机"
author = ""
package = "myapp.component"
deion = "类库功能描述"
type = "component">
<class name="打印机" comment="">
<constant name="方向_横向" type="COMMAND" value="COMMAND.BARCODE" comment="" />
<constant name="方向_纵向" type="COMMAND" value="COMMAND.BARCODE" comment="" />
<constant name="字体_0" type="" value="" comment="" />
<constant name="字体_1" type="" value="" comment="" />
<constant name="字体_2" type="" value="" comment="" />
<constant name="字体_3" type="" value="" comment="" />
<constant name="字体_4" type="" value="" comment="" />
<constant name="字体_5" type="" value="" comment="" />
<constant name="字体_7" type="" value="" comment="" />
<constant name="字体_8" type="" value="" comment="" />
<constant name="字体_20" type="" value="" comment="" />
<constant name="字体_24" type="" value="" comment="" />
<constant name="字体_28" type="" value="" comment="" />
<constant name="字体_55" type="" value="" comment="" />
<constant name="字体_56" type="" value="" comment="" />
<constant name="字体_57" type="" value="" comment="" />
<constant name="字体_88" type="" value="" comment="" />
<constant name="字体_89" type="" value="" comment="" />
<constant name="字体_91" type="" value="" comment="" />
<constant name="条码类型_CODE128" type="" value="" comment="" />
<constant name="条码类型_UPC_A" type="" value="" comment="" />
<constant name="条码类型_UPC_E" type="" value="" comment="" />
<constant name="条码类型_EAN_13" type="" value="" comment="" />
<constant name="条码类型_EAN_8" type="" value="" comment="" />
<constant name="条码类型_CODE39" type="" value="" comment="" />
<constant name="条码类型_CODE93" type="" value="" comment="" />
<constant name="条码类型_CODABAR" type="" value="" comment="" />
<constant name="二维码纠错等级_H" type="" value="" comment="" />
<constant name="二维码纠错等级_Q" type="" value="" comment="" />
<constant name="二维码纠错等级_L" type="" value="" comment="" />
<constant name="二维码纠错等级_M" type="" value="" comment="" />
<constant name="输入模式_M" type="" value="" comment="" />
<constant name="输入模式_A" type="" value="" comment="" />
<constant name="打印速度_0" type="" value="" comment="" />
<constant name="打印速度_1" type="" value="" comment="" />
<constant name="打印速度_2" type="" value="" comment="" />
<constant name="打印速度_3" type="" value="" comment="" />
<constant name="打印速度_4" type="" value="" comment="" />
<constant name="打印速度_5" type="" value="" comment="" />
<method name="初始化" return="" args="(打印标签的张数 为 整数型,标签最大高度 为 整数型,标签横向偏移量 为 整数型)" comment="打印机1.初始化(1,650,0)" />
<method name="开始打印" return="" args="()" comment="" />
<method name="添加文本" return="" args="()" comment="打印机1.添加文本(字体.字体1,1, 0,0,"打印的文本")" />
<method name="添加文本串联" return="" args="()" comment="int 横向起始位置, int 纵向起始位置, String[] 打印的文本" />
<method name="放大字体" return="" args="(int 宽度, int 高度)" comment="" />
<method name="加粗字体" return="" args="(BOLD 是否加粗)" comment="" />
<method name="添加条码" return="" args="(COMMAND 横向或纵向,BARCODETYPE 条码种类,int 条码窄条的单位宽度,BARCODERATIO 条码宽条与窄条的比率,int 条码的单位高度,int 横向起始位置,int 纵向起始位置,int 注释条码时要使用的字体号,int 文本距离条码的单位偏移量,String 条码内容)" comment="添加条码(横向或纵向, 条码种类, 条码的单位高度, 横向起始位置, 纵向起始位置, 条码内容)或者 添加条码(横向或纵向,条码种类,条码窄条的单位宽度,条码宽条与窄条的比率 ,条码的单位高度,横向起始位置,纵向起始位置,注释条码时要使用的字体号,文本距离条码的单位偏移量 ,条码内容)" />
<method name="添加条码注释" return="" args="(int 字体号,int 文本距离条码的单位偏移量)" comment="" />
<method name="添加二维码" return="" args="(QRCODE_LEVEL 二维码纠错等级,MODE 输入模式,int 横向起始位置,int 纵向起始位置,int n,int u,String 二维码内容)" comment="" />
<method name="添加指定线条宽度的矩形" return="" args="(int 左上角X,int 左上角Y,int 右下角X,int 右下角Y,int 线条宽度)" comment="" />
<method name="添加线条" return="" args="(int 起始点X,int 起始点Y,int 终止点X,int 终止点Y,int 线条宽度)" comment="" />
<method name="添加图片" return="" args="(int 横向起始位置,int 纵向起始位置,int 图片横向的点数,int 阈值,Bitmap 图片)" comment="" />
<method name="字段的对齐方式" return="" args="(ALIGNMENT 对齐方式,int 对齐的结束点)" comment="" />
<method name="设置打印宽度" return="" args="(int 宽度)" comment="" />
<method name="设置打印速度" return="" args="(SPEED 速度)" comment="" />
<method name="添加反显区域" return="" args="(int 左上角X,int 左上角Y,int 右下角X,int 右下角Y,int 反色区域高度)" comment="功能 : 绘制反显区域,应先添加内容后再添加反显区域" />
</class>
<class name="打印机设置" comment="">
<constant name="方向_横向" type="" value="" comment="FORWARD 文字方向与出纸方向相反" />
<constant name="方向_纵向" type="" value="" comment="文字方向与出纸方向相同" />
<constant name="旋转_0" type="" value="" comment="打印内容旋转0°" />
<constant name="旋转_90" type="" value="" comment="打印内容旋转90°" />
<constant name="浓度_0" type="" value="" comment="" />
<constant name="浓度_1" type="" value="" comment="" />
<constant name="浓度_2" type="" value="" comment="" />
<constant name="浓度_3" type="" value="" comment="" />
<constant name="浓度_4" type="" value="" comment="" />
<constant name="浓度_5" type="" value="" comment="" />
<constant name="浓度_6" type="" value="" comment="" />
<constant name="浓度_7" type="" value="" comment="" />
<constant name="浓度_8" type="" value="" comment="" />
<constant name="浓度_9" type="" value="" comment="" />
<constant name="浓度_10" type="" value="" comment="" />
<constant name="浓度_11" type="" value="" comment="" />
<constant name="浓度_12" type="" value="" comment="" />
<constant name="浓度_13" type="" value="" comment="" />
<constant name="浓度_14" type="" value="" comment="" />
<constant name="浓度_15" type="" value="" comment="" />
<constant name="打印速度_SPEED1DIV5" type="" value="" comment="" />
<constant name="打印速度_SPEED2" type="" value="" comment="" />
<constant name="打印速度_SPEED3" type="" value="" comment="" />
<constant name="打印速度_SPEED4" type="" value="" comment="" />
<method name="开始打印" return="" args="(byte[])" comment="返回字节集,然后用蓝牙发送数据" />
<method name="设置打印速度" return="" args="(SPEED 速度)" comment="控制打印速度" />
<method name="设置浓度" return="" args="(LabelCommand.DENSITY 浓度)" comment="控制打印时的浓度" />
<method name="设置纸张垂直间距" return="" args="(int gap)" comment="" />
<method name="清除缓存" return="" args="()" comment="" />
<method name="出纸" return="" args="(int 长度)" />
<method name="收纸" return="" args="(int 长度)" comment="" />
<method name="设置出纸方向" return="" args="(DIRECTION 反向, MIRROR 旋转)" comment="定义打印时出纸和打印字体的方向。 " />
<method name="下一张纸" return="" args="()" comment="" />
<method name="设置蜂鸣器频率" return="" args="(int 音阶, int 间隔时间)" comment=" //level:蜂鸣器的音阶。取值范围0 ≤ level ≤ 9。 interval:间隔时间。取值范围1 ≤ interval ≤ 4095。" />
</class>
</library>
<permission xmlns:android="http://schemas.android.com/apk/res/android%22%3E
<uses-permission android:name="android.permission.INTERNET" />
</permission>
<manifest xmlns:android="http://schemas.android.com/apk/res/android%22%3E
</manifest>
</package>
这都是什么?没有详细介绍吗?