class Samsung::Protocol::KeyFrame
Public Class Methods
new(key)
click to toggle source
Calls superclass method
Samsung::Protocol::Frame::new
# File lib/samsung/protocol/key_frame.rb, line 4 def initialize(key) super() push_int8(0) push_int8(0) push_int8(0) push_string64(key) end