class Steamcr::ChallengeData

Defined in:

steamd/netheader.cr

Constant Summary

CHALLENGE_MASK = 2754010923_u32

Constructors

Instance Method Summary

Constructor Detail

def self.new(challenge_value : UInt32, server_load : UInt32) #

[View source]

Instance Method Detail

def challenge_value : UInt32 #

[View source]
def challenge_value=(challenge_value : UInt32) #

[View source]
def deserialize(io : IO::Memory) #

[View source]
def serialize(io : IO::Memory) #

[View source]
def server_load : UInt32 #

[View source]
def server_load=(server_load : UInt32) #

[View source]