Class: Ariblib::NetworkNameDescriptor
- Inherits:
-
Descriptor
- Object
- Descriptor
- Ariblib::NetworkNameDescriptor
- Defined in:
- lib/ariblib/Descriptor.rb
Instance Method Summary collapse
Methods inherited from Descriptor
Constructor Details
This class inherits a constructor from Ariblib::Descriptor
Instance Method Details
#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 |