Class: Roby::Interface::V2::Channel::Stats

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/interface/v2/channel.rb

Instance Attribute Summary collapse

Instance Attribute Details

#rxObject

Returns the value of attribute rx

Returns:

  • (Object)

    the current value of rx



35
36
37
# File 'lib/roby/interface/v2/channel.rb', line 35

def rx
  @rx
end

#txObject

Returns the value of attribute tx

Returns:

  • (Object)

    the current value of tx



35
36
37
# File 'lib/roby/interface/v2/channel.rb', line 35

def tx
  @tx
end