Class: Mnet::Packet

Inherits:
Struct
  • Object
show all
Defined in:
lib/mnet.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ackObject

Returns the value of attribute ack

Returns:

  • (Object)

    the current value of ack



79
80
81
# File 'lib/mnet.rb', line 79

def ack
  @ack
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



79
80
81
# File 'lib/mnet.rb', line 79

def flags
  @flags
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



79
80
81
# File 'lib/mnet.rb', line 79

def payload
  @payload
end

#seqObject

Returns the value of attribute seq

Returns:

  • (Object)

    the current value of seq



79
80
81
# File 'lib/mnet.rb', line 79

def seq
  @seq
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



79
80
81
# File 'lib/mnet.rb', line 79

def session_id
  @session_id
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



79
80
81
# File 'lib/mnet.rb', line 79

def type
  @type
end

#windowObject

Returns the value of attribute window

Returns:

  • (Object)

    the current value of window



79
80
81
# File 'lib/mnet.rb', line 79

def window
  @window
end