pub fn query(ip: &str) -> Result<FullStat>
Expand description

Convenience function to get a full status packet on the client socket.

Send a handshake first, and if a token is successfully received and parsed, request a full status packet.