Class: SDN::Message::PostNetworkLock

Inherits:
UnknownMessage show all
Defined in:
lib/sdn/message/post.rb

Overview

Response carrying the network lock payload in an undecoded form.

Constant Summary collapse

MSG =

Protocol message number

0x36
PARAMS_LENGTH =

Number of protocol parameter bytes expected

5

Instance Attribute Summary

Attributes inherited from UnknownMessage

#msg, #params

Method Summary

Methods inherited from UnknownMessage

#class_inspect, #initialize, #serialize

Constructor Details

This class inherits a constructor from SDN::Message::UnknownMessage