ERROR_WRONG_LABEL while print via WIFI using Android's BROTHER SDK

前端 未结 1 485
故里飘歌
故里飘歌 2021-01-29 02:20

I have Brother QL-710W label printer, I have tried to print via WIFI using Brother\'s SDK but every time I am getting ERROR_WRONG_LABEL error,

I have tried

ERRO

1条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-29 02:21

    I found solution...

    I have done by below code

     mPrinterInfo.labelNameIndex = 15;
    

    I have tried with for loop where i have used labelNameIndex with different value 1,2,3.....15 and tried to print, but in last with 15 it is done.

    0 讨论(0)
提交回复
热议问题