Ejemplo n.º 1
0
 @Override
 public void writeImpl(ByteQueue queue) {
   BACnetUtils.pushInt(queue, Float.floatToIntBits(value));
 }