Method: OpenC3::Interface#interfaces

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

#interfacesArray<Interface>

Returns Array of interfaces to route packets to (when used as a BridgeRouter).

Returns:

  • (Array<Interface>)

    Array of interfaces to route packets to (when used as a BridgeRouter)



138
139
140
# File 'lib/openc3/interfaces/interface.rb', line 138

def interfaces
  @interfaces
end