![]() |
QtsHttp
0.9.4
|
Interface for Qts Http system API. More...
#import <QtsHttpSystem.h>
Instance Methods | |
(void) | - getSystemSettingWithCommunicationMode:cancel:success:fail: |
Get system setting of QNAP Turbo NAS. More... | |
(void) | - enableFileStationWithCommunicationMode:cancel:success:fail: |
Enable file station service of QNAP Turbo NAS. More... | |
Interface for Qts Http system API.
|
optional |
Enable file station service of QNAP Turbo NAS.
[IN] isAsync : Execute API by Synchronized or Asynchronized Mode.
[IN] | isCancel : Cancel API. |
[BLOCK] | success : block to retrieve QTS_RESPONSE_CTX class when API was executed successfully. QTS_RESPONSE_CTX's response will store QNSystemSettingInfo class. |
[BLOCK] | fail : block to retrieve error code when API was executed failurely. |
|
optional |
Get system setting of QNAP Turbo NAS.
[IN] isAsync : Execute API by Synchronized or Asynchronized Mode.
[IN] | isCancel : Cancel API. |
[BLOCK] | success : block to retrieve QTS_RESPONSE_CTX class when API was executed successfully. QTS_RESPONSE_CTX's response will store QNSystemSettingInfo class. |
[BLOCK] | fail : block to retrieve error code when API was executed failurely. |