Back to Aurora Vision Library Lite website
You are here: Start » Camera Support » AXIS » AXIS_ReadDigitalPortStatus
AXIS_ReadDigitalPortStatus
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Reads AXIS digital port.
Syntax
void avl::AXIS_ReadDigitalPortStatus ( AXIS_State& ioState, const atl::String& inAddress, int inCameraID, atl::Optional<const atl::String&> inLogin, atl::Optional<const atl::String&> inPassword, int inPort, bool& outActive )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | AXIS_State& | Object used to maintain state of the function. | ||
![]() |
inAddress | const String& | Source device host or ip address | ||
![]() |
inCameraID | int | 1 - 4 | ID of camera | |
![]() |
inLogin | Optional<const String&> | NIL | Login for Basic authorization | |
![]() |
inPassword | Optional<const String&> | NIL | Login for Basic authorization | |
![]() |
inPort | int | 0 - ![]() |
Port number | |
![]() |
outActive | bool& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Empty inAddress in AXIS_ReadDigitalPortStatus. |




