Class: Mnet::Packet
- Inherits:
-
Struct
- Object
- Struct
- Mnet::Packet
- Defined in:
- lib/mnet.rb
Instance Attribute Summary collapse
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#seq ⇒ Object
Returns the value of attribute seq.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#type ⇒ Object
Returns the value of attribute type.
-
#window ⇒ Object
Returns the value of attribute window.
Instance Attribute Details
#ack ⇒ Object
Returns the value of attribute ack
79 80 81 |
# File 'lib/mnet.rb', line 79 def ack @ack end |
#flags ⇒ Object
Returns the value of attribute flags
79 80 81 |
# File 'lib/mnet.rb', line 79 def flags @flags end |
#payload ⇒ Object
Returns the value of attribute payload
79 80 81 |
# File 'lib/mnet.rb', line 79 def payload @payload end |
#seq ⇒ Object
Returns the value of attribute seq
79 80 81 |
# File 'lib/mnet.rb', line 79 def seq @seq end |
#session_id ⇒ Object
Returns the value of attribute session_id
79 80 81 |
# File 'lib/mnet.rb', line 79 def session_id @session_id end |
#type ⇒ Object
Returns the value of attribute type
79 80 81 |
# File 'lib/mnet.rb', line 79 def type @type end |
#window ⇒ Object
Returns the value of attribute window
79 80 81 |
# File 'lib/mnet.rb', line 79 def window @window end |