目录

DOG_HEART_BEAT

DogSever

全
  • 函数说明
    • Dog_Client_init
    • Dog_Client_Login_Card
    • Dog_Client_Login_User
    • Dog_Client_Login_Authorization
    • Dog_Client_Reg
    • Dog_Client_Recharge
    • Dog_Client_Unbind_User
    • Dog_Client_Unbind_Card
    • Dog_Client_ChangePassword
    • Dog_Client_DeductPoints
    • Dog_Client_isLogin
    • Dog_Client_Get_UnbindInfo_User
    • Dog_Client_Get_UnbindInfo_Card
    • Dog_Client_Get_Errorid
    • Dog_Client_Get_MachineCode
    • Dog_Client_SoftInfo
    • Dog_Client_Get_CardInfo
    • Dog_Client_Get_UserInfo
    • Dog_Client_Get_ShieldAuthorizationInfo
    • Dog_Client_Get_ErrorPassCout
    • Dog_Client_Set_Machine
    • Dog_Safe_SendBans
    • Dog_Client_SendHeartBeat
    • Dog_Client_Get_QueryInfo
  • 结构说明
    • DOG_HEART_BEAT
    • DOG_HEART_BEAT_BAN
    • D_TOPUP_GIVE_INFO
    • D_QueryStruct
    • D_UnbindInfo
    • D_UserInfomation
    • D_CardInformation
    • D_SoftWareInfo
    • D_MACHINE
本文档使用易文档进行构建
更新日志

    DOG_HEART_BEAT

    enum DOG_HEART_BEAT :int
    {
    Normal = 1, // 正常
    Noinit, // 未初始化
    NotLoggedIn = 300, // 未登录
    SubscriptionExpired, // 已过期
    PasswordChanged, // 密码已更改
    MachineCodeChanged, // 机器码已更改
    CardKeyNotFound, // 卡密未找到
    KickedOff, // 被踢下线
    ReceivedServerMessage, // 接收到服务器消息
    Banned, // 被封号
    CardNumberNotFound, // 卡号未找到
    CardNumberSuspended, // 卡号已停封
    AuthorizationKeyNotFound, // 授权码未找到
    AuthorizationKeyLoginDenied // 授权码禁止登录
    };


    上一篇 Dog_Client_Get_QueryInfo
    nextDoc DOG_HEART_BEAT_BAN
    本文档使用易文档编写, 更新时间: 2023-11-28 15:51
    文章导航
    请输入关键字进行搜索