Ejemplo n.º 1
0
 public async Task <bool> WriteProductId(short id)
 {
     return(await base.WriteCharacteristicValueAsync(BluetoothRobotConstants.MODULE_PARAMETER_PRODUCT_ID_CHARACTERISTIC_UUID, BaseService.ConvertBytesFromShort(id)));
 }