Method: OpenC3::Interface#routers
- Defined in:
- lib/openc3/interfaces/interface.rb
#routers ⇒ Array<Routers>
Returns 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 |