Module: Tem::Transport

Defined in:
lib/tem_ruby.rb,
lib/tem/transport/transport.rb,
lib/tem/transport/pcsc_transport.rb,
lib/tem/transport/java_card_mixin.rb,
lib/tem/transport/auto_configurator.rb,
lib/tem/transport/jcop_remote_server.rb,
lib/tem/transport/jcop_remote_protocol.rb,
lib/tem/transport/jcop_remote_transport.rb

Overview

:nodoc: namespace

Defined Under Namespace

Modules: AutoConfigurator, JavaCardMixin, JcopRemoteProtocol, JcopRemoteServingStubs Classes: JcopRemoteServer, JcopRemoteTransport, PcscTransport

Class Method Summary collapse

Class Method Details

.auto_transportObject

Shortcut for Tem::Transport::AutoConfigurator#auto_transport



7
8
9
# File 'lib/tem/transport/transport.rb', line 7

def self.auto_transport
  Tem::Transport::AutoConfigurator.auto_transport
end