Ejemplo n.º 1
0
 public byte[] getBluetoothPeripheralMsgReply(String imei, int serialNo)
 {
     byte[] command = { 0x26, 0x26, 0x10 };
     return(Encoder.getBluetoothPeripheralDataMsgReply(imei, serialNo, command, encryptType, aesKey));
 }
Ejemplo n.º 2
0
 public byte[] getBluetoothPeripheralMsgReply(String imei, int serialNo, int protocolHeadType)
 {
     byte[] command = { 0x25, 0x25, (byte)protocolHeadType };
     return(Encoder.getBluetoothPeripheralDataMsgReply(imei, serialNo, command, encryptType, aesKey));
 }