QtsHttp  0.9.1
Classes | Enumerations | Functions
Package QtsHttp.System

Classes

class  SettingInfo
 QTS system setting information class. More...
 
class  ResponseCTX
 Context for QTS HTTP system response callback. More...
 
interface  IRequestBase
 Interface for system request base. More...
 
interface  IQtsHttpSystem
 Interface for Qts Http system API. More...
 

Enumerations

enum  APIVersion { APIVersion.VersionUnknown = 0, APIVersion.SystemApiV1 = 1 }
 
enum  APIType {
  APIType.Unknown, APIType.Login, APIType.Logout, APIType.GetSystemSetting,
  APIType.EnableFileStation
}
 

Functions

delegate void AsyncResponseCallback (ResponseCTX responseCTX)
 QTS HTTP system callback function for async mode API. More...
 

Enumeration Type Documentation

NAS system API type for async mode response context

Enumerator
Unknown 

Unknow API

Login 

LoginAsync API

Logout 

LogoutAsync API

GetSystemSetting 

GetSystemSettingAsync API

EnableFileStation 

EnableFileStationAsync API

QTS HTTP system map to SDK version.

Enumerator
VersionUnknown 
SystemApiV1 

Function Documentation

delegate void QtsHttp.System.AsyncResponseCallback ( ResponseCTX  responseCTX)

QTS HTTP system callback function for async mode API.

Parameters
[OUT]responseCTX : Context for file station response.
Returns
n/a