Namespace: DoCommand

DoCommand

DoCommand功能(靜態類別)

Classes

CommandHandle

Methods

staticov.DoCommand.do(url, command, parm, callback, urlTemplate, useGZip, format)

common/PilotGaea-DoCmd.js, line 100

非同步執行指令

Name Type Description
url string

URL

command string

指令名稱

parm object

參數物件

callback callback

回呼函式

urlTemplate string

網址字串模板,可給代理如PROXY_URL/{URL}

useGZip Boolean

使用Gzip壓縮

format String

格式,可輸入"blob"、"integrate",無輸入為json

staticov.DoCommand.doByHandle(url, command, parm, urlTemplate){ov.DoCommand.CommandHandle}

common/PilotGaea-DoCmd.js, line 124

使用控制手柄執行指令

Name Type Description
url string

URL

command string

指令名稱

parm object

參數物件

urlTemplate string

網址字串模板,可給代理如PROXY_URL/{URL}

Returns:
Type Description
ov.DoCommand.CommandHandle 指令控制手柄

staticov.DoCommand.doSync(url, command, parm, urlTemplate){object}

common/PilotGaea-DoCmd.js, line 112

同步執行指令

Name Type Description
url string

URL

command string

指令名稱

parm object

參數物件

urlTemplate string

網址字串模板,可給代理如PROXY_URL/{URL}

Returns:
Type Description
object 執行結果