Method | Description | |
---|---|---|
AppLayerLoop ( |
||
DoCommands ( System.Collections.Specialized.NameValueCollection query ) : void |
Executes commands from Query parameters. This query API must match the CoffeeScript code.
|
|
HttpReceiveLoop ( |
Indefinitely serve the Car's HTTP GUI.
|
|
ListenerCallback ( object result ) : void | ||
SendResponse ( |
public AppLayerLoop ( |
||
token | ||
return | Task |
public DoCommands ( System.Collections.Specialized.NameValueCollection query ) : void | ||
query | System.Collections.Specialized.NameValueCollection | Query. |
return | void |
public HttpReceiveLoop ( |
||
token | ||
return | Task |
public ListenerCallback ( object result ) : void | ||
result | object | |
return | void |
public SendResponse ( |
||
response | ||
message | string | |
return | void |