class Steamcr::MsgClientP2PIntroducerMessage
- Steamcr::MsgClientP2PIntroducerMessage
- Reference
- Object
Defined in:
steamd/steammsg.crConstructors
Instance Method Summary
- #data : UInt8
- #data=(data : UInt8)
- #data_len : UInt32
- #data_len=(data_len : UInt32)
- #deserialize(io : IO::Memory)
- #routing_type : Steamcr::EIntroducerRouting
- #routing_type=(routing_type : Steamcr::EIntroducerRouting)
- #serialize(io : IO::Memory)
- #steam_id : UInt64
- #steam_id=(steam_id : UInt64)
Constructor Detail
def self.new(steam_id : UInt64, routing_type : EIntroducerRouting, data : UInt8, data_len : UInt32)
#