Class: MsgClientServerUnavailable

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

Overview

Class for the MsgClientServerUnavailable 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

#initializeMsgClientServerUnavailable

Instantiate a MsgClientServerUnavailable object



2199
2200
2201
# File 'lib/steamd/generated/steammsg.rb', line 2199

def initialize
  super([{:name=>"jobid_sent", :type=>"ulong", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"e_msg_sent", :type=>"uint", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}, {:name=>"e_server_type_unavailable", :type=>"EServerType", :modifier=>nil, :value=>nil, :size=>nil, :modifier_size=>nil}], [])
end

Instance Method Details

#e_msg_sentuint

Note:

defaults to

Gets the e_msg_sent variable.

Returns:

  • (uint)

    the value of e_msg_sent



2222
2223
2224
# File 'lib/steamd/generated/steammsg.rb', line 2222

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

#e_msg_sent=(value) ⇒ Object

Sets the e_msg_sent variable.

Parameters:

  • value (uint)

    the new value



2229
2230
2231
# File 'lib/steamd/generated/steammsg.rb', line 2229

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

#e_server_type_unavailableEServerType

Note:

defaults to

Gets the e_server_type_unavailable variable.

Returns:

  • (EServerType)

    the value of e_server_type_unavailable



2237
2238
2239
# File 'lib/steamd/generated/steammsg.rb', line 2237

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

#e_server_type_unavailable=(value) ⇒ Object

Sets the e_server_type_unavailable variable.

Parameters:



2244
2245
2246
# File 'lib/steamd/generated/steammsg.rb', line 2244

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

#jobid_sentulong

Note:

defaults to

Gets the jobid_sent variable.

Returns:

  • (ulong)

    the value of jobid_sent



2207
2208
2209
# File 'lib/steamd/generated/steammsg.rb', line 2207

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

#jobid_sent=(value) ⇒ Object

Sets the jobid_sent variable.

Parameters:

  • value (ulong)

    the new value



2214
2215
2216
# File 'lib/steamd/generated/steammsg.rb', line 2214

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