class ProtoHackers::ConnectMessage

Defined in:

7_line_reversal.cr

Constructors

Instance Method Summary

Instance methods inherited from class ProtoHackers::LRMessage

command : String command, command=(command : String) command=, data : String data, data=(data : String) data=, ip : Socket::IPAddress ip, ip=(ip : Socket::IPAddress) ip=, ordinal : UInt32 ordinal, ordinal=(ordinal : UInt32) ordinal=, resends : Int32 resends, resends=(resends : Int32) resends=, send(server : UDPSocket) send, session_id : String session_id, session_id=(session_id : String) session_id=

Constructor methods inherited from class ProtoHackers::LRMessage

new(ip : Socket::IPAddress, command : String, session_id : String, ordinal : UInt32 = 0, data : String = "", resends : Int32 = 0) new

Constructor Detail

def self.new(ip, session_id) #

[View source]

Instance Method Detail

def send(server : UDPSocket, ordinal : UInt32 = 0) #

[View source]