Contents Menu Expand Light mode Dark mode Auto light/dark mode
socha python client documentation
socha python client documentation

Contents:

  • API Reference
    • socha
      • socha.api
        • socha.api.networking
          • socha.api.networking.game_client
          • socha.api.networking.network_socket
          • socha.api.networking.utils
          • socha.api.networking.xml_protocol_interface
        • socha.api.protocol
          • socha.api.protocol.protocol
          • socha.api.protocol.protocol_packet
          • socha.api.protocol.room_message
      • socha._socha
      • socha.starter
    • package_builder
Back to top
Edit this page

socha.api.protocol.protocol_packet#

Module Contents#

Classes#

ProtocolPacket

LobbyRequest

AdminLobbyRequest

ResponsePacket

class socha.api.protocol.protocol_packet.ProtocolPacket#
class socha.api.protocol.protocol_packet.LobbyRequest#

Bases: ProtocolPacket

class socha.api.protocol.protocol_packet.AdminLobbyRequest#

Bases: LobbyRequest

class socha.api.protocol.protocol_packet.ResponsePacket#

Bases: ProtocolPacket

Next
socha.api.protocol.room_message
Previous
socha.api.protocol.protocol
Copyright © 2023, maxblan
Made with Sphinx and @pradyunsg's Furo
On this page
  • socha.api.protocol.protocol_packet
    • Module Contents
      • Classes
        • ProtocolPacket
        • LobbyRequest
        • AdminLobbyRequest
        • ResponsePacket