class Steamcr::MsgGSGetReputationResponse

Defined in:

steamd/steammsg.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(result : EResult, reputation_score : UInt32, banned : UInt8, banned_ip : UInt32, banned_port : UInt16, banned_game_id : UInt64, time_ban_expires : UInt32) #

[View source]

Instance Method Detail

def banned : UInt8 #

[View source]
def banned=(banned : UInt8) #

[View source]
def banned_game_id : UInt64 #

[View source]
def banned_game_id=(banned_game_id : UInt64) #

[View source]
def banned_ip : UInt32 #

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

[View source]
def banned_port : UInt16 #

[View source]
def banned_port=(banned_port : UInt16) #

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

[View source]
def reputation_score : UInt32 #

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

[View source]
def result : Steamcr::EResult #

[View source]
def result=(result : Steamcr::EResult) #

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

[View source]
def time_ban_expires : UInt32 #

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

[View source]