Module: CBOR_DIAG::BstringPart6
- Defined in:
- lib/cbor-diag-parser.rb
Instance Method Summary collapse
Instance Method Details
#partval ⇒ Object
1758 1759 |
# File 'lib/cbor-diag-parser.rb', line 1758 def partval; (((s.text_value.to_i(16) & 0x3FF) << 10) + (t.text_value.to_i(16) & 0x3FF) + 0x10000).chr(Encoding::UTF_8) end |