DeviceIoService class
Service for ONVIF DeviceIO operations (tmd namespace). Endpoint: /onvif/deviceio_service
- Inheritance
-
- Object
- OnvifBaseService
- DeviceIoService
Constructors
- DeviceIoService(OnvifClient client)
Properties
- client → OnvifClient
-
The client used to communicate with the ONVIF device.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setRelayOutputSettings(
String relayOutputToken, {String mode = 'Monostable', String delayTime = 'PT5S', String idleState = 'open'}) → Future< void> -
Configures relay output settings.
mode: 'Monostable' (auto-reset after delay) or 'Bistable' (latching).delayTime: ISO 8601 duration, e.g. 'PT5S' = 5 seconds.idleState: 'open' (normally open) or 'closed' (normally closed). -
setRelayOutputState(
String relayOutputToken, {bool active = true}) → Future< void> -
Sets the logical state of a relay output.
active: true = active (trigger), false = inactive (reset). -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited