Get port definitions for an ACRE controller. Returns (Task<IEnumerable>) Get port definitions for an ACRE controller. Returns (Task<IEnumerable>) Get port definitions for an ACRE controller. Returns (Task<IEnumerable>)
Overview of GetSmartControllerPortDefinitionsAsync goes here.
| Name | Description |
|---|---|
| controllerInfo | The controller to get port definitions for |
| controllerTypeInfoName | The controller type name to get port definitions for |
Example in C#
// Returns: IEnumerable<SmartControllerPortItem>
var smartControllerPortItem = await client.GetSmartControllerPortDefinitionsAsync(AcreControllerInfo controllerInfo);
Example in C#
// Returns: IEnumerable<SmartControllerPortItem>
var smartControllerPortItem = await client.GetSmartControllerPortDefinitionsAsync<T>();
Example in C#
// Returns: IEnumerable<SmartControllerPortItem>
var smartControllerPortItem = await client.GetSmartControllerPortDefinitionsAsync(String controllerTypeInfoName);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/comports \
-H 'Authorization: Bearer TOKEN_GOES_HERE'
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/comports \
-H 'Authorization: Bearer TOKEN_GOES_HERE'
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/comports \
-H 'Authorization: Bearer TOKEN_GOES_HERE'