Method: OpenC3::Interface#routers

Defined in:
lib/openc3/interfaces/interface.rb

#routersArray<Routers>

Returns Array of routers that receive packets read from the interface.

Returns:

  • (Array<Routers>)

    Array of routers that receive packets read from the interface



74
75
76
# File 'lib/openc3/interfaces/interface.rb', line 74

def routers
  @routers
end