Class: Majoron::AntHill::SMPP::SMPPBindTransceiverResp

Inherits:
SMPPBindResp show all
Defined in:
lib/pdu/smpp_bind_transceiver_resp.rb

Instance Attribute Summary

Attributes inherited from SMPPBindResp

#sc_interface_version, #sc_interface_version_len, #system_id

Attributes inherited from SMPPPDU

#header

Instance Method Summary collapse

Methods inherited from SMPPBindResp

#decode_packet, #encode_packet, #output_packet, #validate_packet

Methods inherited from SMPPResp

#init

Methods inherited from SMPPPDU

#command_id, #command_length, #command_status, #command_status=, #decode_packet, #encode_packet, #output_packet, #sequence_number, #sequence_number=, #validate_packet

Constructor Details

#initialize(command_status = ErrorCode::ESME_ROK, sequence_number = nil) ⇒ SMPPBindTransceiverResp

Constructor.



24
25
26
# File 'lib/pdu/smpp_bind_transceiver_resp.rb', line 24

def initialize(command_status = ErrorCode::ESME_ROK, sequence_number = nil)
	super(CommandId::CM_BIND_TRANSCEIVER_RESP, command_status, sequence_number)
end