Class | DBus::PacketUnmarshaller |
In: |
lib/dbus/marshall.rb
|
Parent: | Object |
Class that handles the conversion (unmarshalling) of payload data to Array.
idx | [R] |
Index pointer that points to the byte in the data that is currently being
processed.
Used to kown what part of the buffer has been consumed by unmarshalling. FIXME: Maybe should be accessed with a "consumed_size" method. |