Class: Majoron::AntHill::SMPP::SMPPBindTransceiver

Inherits:
SMPPBind show all
Defined in:
lib/pdu/smpp_bind_transceiver.rb

Instance Attribute Summary

Attributes inherited from SMPPBind

#addr_npi, #addr_ton, #address_range, #interface_version, #password, #system_id, #system_type

Attributes inherited from SMPPPDU

#header

Instance Method Summary collapse

Methods inherited from SMPPBind

#decode_packet, #encode_packet, #output_packet, #validate_packet

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) ⇒ SMPPBindTransceiver

Returns a new instance of SMPPBindTransceiver.



23
24
25
# File 'lib/pdu/smpp_bind_transceiver.rb', line 23

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