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 valueDeclared In
OBSBaseConstDefinition.h. OBSRequestTypeCommandRequest-
* CommandDeclared In
OBSBaseConstDefinition.h. OBSRequestTypeUploadDataRequest-
* Data uploadDeclared In
OBSBaseConstDefinition.h. OBSRequestTypeUploadFileRequest-
* File uploadDeclared In
OBSBaseConstDefinition.h. OBSRequestTypeDownloadDataRequest-
* Data downloadDeclared In
OBSBaseConstDefinition.h. OBSRequestTypeDownloadFileRequest-
* File downloadDeclared In
OBSBaseConstDefinition.h.
Declared In
OBSBaseConstDefinition.h