SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
BanTimeUnit.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::BanTimeUnit : uint8_t { Minutes = 0 , Hours = 1 }
 The unit of time in which the duration of a Room ban is expressed. More...

Detailed Description

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

Enumeration Type Documentation

◆ BanTimeUnit

enum class sfs3::requests::BanTimeUnit : uint8_t
strong

The unit of time in which the duration of a Room ban is expressed.

See also
BanUsersFromRoomRequest
Enumerator
Minutes 

Ban durations expressed in minutes can range from 1 to 60.

Hours 

Ban durations expressed in hours can range from 1 to 24.