OBSRequestType Constants Reference
Declared in | OBSBaseConstDefinition.h |
---|
OBSRequestType
- Request type
Definition
typedef NS_ENUM(NSInteger, OBSRequestType ) {
OBSRequestTypeNull0,
OBSRequestTypeCommandRequest,
OBSRequestTypeUploadDataRequest,
OBSRequestTypeUploadFileRequest,
OBSRequestTypeDownloadDataRequest,
OBSRequestTypeDownloadFileRequest,
};
Constants
OBSRequestTypeNull0
-
* Default value
Declared In
OBSBaseConstDefinition.h
. OBSRequestTypeCommandRequest
-
* Command
Declared In
OBSBaseConstDefinition.h
. OBSRequestTypeUploadDataRequest
-
* Data upload
Declared In
OBSBaseConstDefinition.h
. OBSRequestTypeUploadFileRequest
-
* File upload
Declared In
OBSBaseConstDefinition.h
. OBSRequestTypeDownloadDataRequest
-
* Data download
Declared In
OBSBaseConstDefinition.h
. OBSRequestTypeDownloadFileRequest
-
* File download
Declared In
OBSBaseConstDefinition.h
.
Declared In
OBSBaseConstDefinition.h