Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » AXIS » AXIS_ReadDigitalPortStatus
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Reads AXIS digital port.
Syntax
void fil::AXIS_ReadDigitalPortStatus ( AXIS_State& ioState, const ftl::String& inAddress, int inCameraID, ftl::Optional<const ftl::String&> inLogin, ftl::Optional<const ftl::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. |