Module: MaxCube::Messages::TCP::Serializer::MessageA
- Defined in:
- lib/maxcube/messages/tcp/type/a.rb
Overview
Factory reset command. Does not contain any data. Acknowledgement (A) follows.
Instance Method Summary collapse
- #serialize_tcp_a(_hash) ⇒ Object private
Instance Method Details
#serialize_tcp_a(_hash) ⇒ Object (private)
25 26 27 |
# File 'lib/maxcube/messages/tcp/type/a.rb', line 25 def serialize_tcp_a(_hash) '' end |