class SDN::Message::PostNodeSerialNumber
Constants
- MSG
Attributes
serial_number[RW]
format is NNNNNNMMYYWW N = NodeID (address) M = Manufacturer ID Y = Year (last two digits) W = Week
Public Instance Methods
parse(params)
click to toggle source
# File lib/sdn/message/post.rb, line 219 def parse(params) @serial_number = to_string(params) end