Module: MaxCube::Messages::TCP::Serializer::MessageC
- Defined in:
- lib/maxcube/messages/tcp/type/c.rb
Overview
Request for configuration message (C). Does not contain any data.
Instance Method Summary collapse
- #serialize_tcp_c(_hash) ⇒ Object private
Instance Method Details
#serialize_tcp_c(_hash) ⇒ Object (private)
243 244 245 |
# File 'lib/maxcube/messages/tcp/type/c.rb', line 243 def serialize_tcp_c(_hash) '' end |