Esempio n. 1
0
 /**
  * Encodes the first byte, with an additional type that is dependent on the float type.
  *
  * @return string The encoded byte.
  */
 protected static function encodeFirstByte()
 {
     return Cbor::encodeFirstByte(MajorType::SIMPLE_AND_FLOAT, static::getAdditionalType());
 }