Method: Ariblib::NetworkNameDescriptor#parse
- Defined in:
- lib/ariblib/Descriptor.rb
#parse(h, bs, tag, descriptor_length) ⇒ Object
186 187 188 189 |
# File 'lib/ariblib/Descriptor.rb', line 186 def parse(h,bs,tag,descriptor_length) network_name = Ariblib::String.new(bs,descriptor_length).to_utf8 #uimsbf h[:network_name] = network_name end |