Module: MaxCube::Messages::TCP::Serializer::MessageL
- Defined in:
- lib/maxcube/messages/tcp/type/l.rb
Overview
Command to resend device list (L). Does not contain any data.
Instance Method Summary collapse
- #serialize_tcp_l(_hash) ⇒ Object private
Instance Method Details
#serialize_tcp_l(_hash) ⇒ Object (private)
125 126 127 |
# File 'lib/maxcube/messages/tcp/type/l.rb', line 125 def serialize_tcp_l(_hash) '' end |