class Steamcr::MsgGSGetReputationResponse
- Steamcr::MsgGSGetReputationResponse
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #banned : UInt8
- #banned=(banned : UInt8)
- #banned_game_id : UInt64
- #banned_game_id=(banned_game_id : UInt64)
- #banned_ip : UInt32
- #banned_ip=(banned_ip : UInt32)
- #banned_port : UInt16
- #banned_port=(banned_port : UInt16)
- #deserialize(io : IO::Memory)
- #reputation_score : UInt32
- #reputation_score=(reputation_score : UInt32)
- #result : Steamcr::EResult
- #result=(result : Steamcr::EResult)
- #serialize(io : IO::Memory)
- #time_ban_expires : UInt32
- #time_ban_expires=(time_ban_expires : UInt32)
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)
#