Class: Ucp::Pdu::UCP31

Inherits:
UCPMessage show all
Defined in:
lib/ucp/pdu/ucp31.rb

Direct Known Subclasses

Ucp31Operation, Ucp31Result

Constant Summary

Constants inherited from UCPMessage

Ucp::Pdu::UCPMessage::DELIMITER, Ucp::Pdu::UCPMessage::ETX, Ucp::Pdu::UCPMessage::STX

Instance Attribute Summary

Attributes inherited from UCPMessage

#dcs, #message_ref, #operation, #operation_type, #part_nr, #total_parts, #trn

Instance Method Summary collapse

Methods inherited from UCPMessage

#checksum, #get_field, #is_ack?, #is_nack?, #is_operation?, #is_result?, #length, #set_field, #set_fields, #to_s

Constructor Details

#initializeUCP31

Returns a new instance of UCP31.



23
24
25
26
# File 'lib/ucp/pdu/ucp31.rb', line 23

def initialize()
  super()
  @operation="31"
end