HttpServer
HttpServer - HttpServerRead
Read a variable of the specified type from http server
IN
| Name | Type | Description |
|---|---|---|
| Server | DynamicEnum | The server instace |
| InID | DynamicEnum | The variable ID |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | T | The variable value |
| Error | ErrorState | Gets the execution error message |
HttpServer - Read
Read a variable of the specified type from http server
IN
| Name | Type | Description |
|---|---|---|
| InServer | DynamicEnum | The server instace |
| InID | DynamicEnum | The variable ID |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | T | The variable value |
| Error | ErrorState | Gets the execution error message |
HttpServer - StartServer
Starts a specific REST server
IN
| Name | Type | Description |
|---|---|---|
| Server | DynamicEnum | The server instace |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Error | ErrorState | Gets the execution error message |
HttpServer - StopServer
Stops a specific REST server
IN
| Name | Type | Description |
|---|---|---|
| Server | DynamicEnum | The server instace |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Error | ErrorState | Gets the execution error message |
HttpServer - Write
Write a variable of the specified type
IN
| Name | Type | Description |
|---|---|---|
| InServer | DynamicEnum | The server instace |
| InID | DynamicEnum | The variable ID |
| InValue | T | The variable value |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Error | ErrorState | Gets the execution error message |