Module: nintendo.nex.screening
Provides a client and server for the ScreeningProtocol. This page was generated automatically from screening.proto.
class ScreeningClient
The client for the ScreeningProtocol.
class ScreeningServer
The server for the ScreeningProtocol.
ScreeningClient
def __init__(client: RMCClient / HppClient)
Creates a new ScreeningClient.
ScreeningServer
def __init__()
Creates a new ScreeningServer.
async def logout(client: RMCClient) -> None
Called whenever a client is disconnected. May be overridden by a subclass.