Class: MsgGSPerformHardwareSurvey

Inherits:
Object
  • Object
show all
Includes:
SteamSerializable
Defined in:
lib/steamd/generated/steammsg.rb

Overview

Class for the MsgGSPerformHardwareSurvey in the Steam Language.

Instance Attribute Summary

Attributes included from SteamSerializable

#constants, #variables

Instance Method Summary collapse

Methods included from SteamSerializable

#consts, #deserialize, #encode_to, #flag, #serialize, #vars

Constructor Details

#initializeMsgGSPerformHardwareSurvey

Instantiate a MsgGSPerformHardwareSurvey object



957
958
959
# File 'lib/steamd/generated/steammsg.rb', line 957

def initialize
  super([{:name=>"flags", :type=>"uint", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}], [])
end

Instance Method Details

#flagsuint

Note:

defaults to

Gets the flags variable.

Returns:

  • (uint)

    the value of flags



965
966
967
# File 'lib/steamd/generated/steammsg.rb', line 965

def flags
  @variables['flags'][:value]
end

#flags=(value) ⇒ Object

Sets the flags variable.

Parameters:

  • value (uint)

    the new value



972
973
974
# File 'lib/steamd/generated/steammsg.rb', line 972

def flags=(value)
  @variables['flags'][:value] = value
end