Method: UPnP::Device#shutdown

Defined in:
lib/UPnP/device.rb

#shutdownObject

Shut down this device



650
651
652
653
654
655
656
# File 'lib/UPnP/device.rb', line 650

def shutdown
  @advertise_thread.kill if @advertise_thread

  ssdp.byebye self, @hosts

  @server.shutdown
end