struct SocketIO::Packet
- SocketIO::Packet
- Struct
- Value
- Object
Defined in:
socket_io/packet.crConstructors
Instance Method Summary
Constructor Detail
def self.new(type : PacketType, nsp : String | Nil = nil, data : JSON::Any | Nil = nil, id : UInt64 | Nil = nil)
#