Method: Idevice::DiagnosticsRelayClient#shutdown
- Defined in:
- lib/idevice/diagnostics_relay.rb
#shutdown(flags = 0) ⇒ Object
138 139 140 141 142 |
# File 'lib/idevice/diagnostics_relay.rb', line 138 def shutdown(flags=0) err = C.diagnostics_relay_shutdown(self, flags) raise DiagnosticsRelayError, "Diagnostics Relay error: #{err}" if err != :SUCCESS return true end |