Method: Smpp::Base#send_unbind

Defined in:
lib/smpp/base.rb

#send_unbindObject



130
131
132
133
# File 'lib/smpp/base.rb', line 130

def send_unbind
  write_pdu Pdu::Unbind.new
  @state = :unbound
end