SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
BanMode.h File Reference

Doxygen only documents namespace-scope entities (enums, aliases, constants, free functions) in a header that carries this block. More...

#include <cstdint>

Enumerations

enum class  sfs3::requests::BanMode : int32_t { ByAddress = 0 , ByName = 1 }
 The criterion by which a banned user is kept out of the server. More...

Detailed Description

Doxygen only documents namespace-scope entities (enums, aliases, constants, free functions) in a header that carries this block.

Enumeration Type Documentation

◆ BanMode

enum class sfs3::requests::BanMode : int32_t
strong

The criterion by which a banned user is kept out of the server.

See also
BanUserRequest
Enumerator
ByAddress 

The user is banned by IP address.

ByName 

The user is banned by name.