TcrSdk-Windows V1.0
|
#include <stdint.h>
Go to the source code of this file.
Enumerations | |
enum class | TcrCode : int32_t { SUCCESS = 0 , ERR_TIMEOUT = 100010 , ERR_INVALID_PARAMS = 100011 , ERR_UNKNOWN = 100012 , ERR_INTERNAL_ERROR = 100013 , ERR_STATE_ILLEGAL = 100014 , ERR_DATA_CHANNEL_BASE_CODE = 102000 , ERR_CREATE_FAILURE = ERR_DATA_CHANNEL_BASE_CODE + 1 , ERR_CLOSED = ERR_DATA_CHANNEL_BASE_CODE + 2 } |
This interface defines common codes of TcrSdk. More... | |
|
strong |
This interface defines common codes of TcrSdk.