Module: RhoBluetooth
- Defined in:
- lib/framework/autocomplete/RhoBluetooth.rb
Overview
It is auto-generated content. Do not do required for this file in your application.
Class Method Summary collapse
- .create_custom_client_session(rest) ⇒ Object
- .create_custom_server_session(rest) ⇒ Object
- .create_session(rest) ⇒ Object
- .get_device_name(rest) ⇒ Object
- .get_last_error(rest) ⇒ Object
- .is_bluetooth_available(rest) ⇒ Object
- .off_bluetooth(rest) ⇒ Object
- .session_disconnect(rest) ⇒ Object
- .session_get_status(rest) ⇒ Object
- .session_read_data(rest) ⇒ Object
- .session_read_string(rest) ⇒ Object
- .session_set_callback(rest) ⇒ Object
- .session_write_data(rest) ⇒ Object
- .session_write_string(rest) ⇒ Object
- .set_device_name(rest) ⇒ Object
- .stop_current_connection_process(rest) ⇒ Object
Class Method Details
.create_custom_client_session(rest) ⇒ Object
22 23 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 22 def self.create_custom_client_session(rest) end |
.create_custom_server_session(rest) ⇒ Object
20 21 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 20 def self.create_custom_server_session(rest) end |
.create_session(rest) ⇒ Object
18 19 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 18 def self.create_session(rest) end |
.get_device_name(rest) ⇒ Object
14 15 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 14 def self.get_device_name(rest) end |
.get_last_error(rest) ⇒ Object
16 17 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 16 def self.get_last_error(rest) end |
.is_bluetooth_available(rest) ⇒ Object
8 9 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 8 def self.is_bluetooth_available(rest) end |
.off_bluetooth(rest) ⇒ Object
10 11 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 10 def self.off_bluetooth(rest) end |
.session_disconnect(rest) ⇒ Object
28 29 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 28 def self.session_disconnect(rest) end |
.session_get_status(rest) ⇒ Object
30 31 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 30 def self.session_get_status(rest) end |
.session_read_data(rest) ⇒ Object
36 37 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 36 def self.session_read_data(rest) end |
.session_read_string(rest) ⇒ Object
32 33 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 32 def self.session_read_string(rest) end |
.session_set_callback(rest) ⇒ Object
26 27 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 26 def self.session_set_callback(rest) end |
.session_write_data(rest) ⇒ Object
38 39 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 38 def self.session_write_data(rest) end |
.session_write_string(rest) ⇒ Object
34 35 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 34 def self.session_write_string(rest) end |
.set_device_name(rest) ⇒ Object
12 13 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 12 def self.set_device_name(rest) end |
.stop_current_connection_process(rest) ⇒ Object
24 25 |
# File 'lib/framework/autocomplete/RhoBluetooth.rb', line 24 def self.stop_current_connection_process(rest) end |