class Samsung::Protocol::HeaderFrame

Public Class Methods

new(app_name) click to toggle source
Calls superclass method Samsung::Protocol::Frame::new
# File lib/samsung/protocol/header_frame.rb, line 4
def initialize(app_name)
  super()
  push_int8(0)
  push_string(app_name)
end