Uplink
Uplink service implementation.
Uplink
Bases: ONVIFService
Uplink service client.
| Property | Details |
|---|---|
| First introduced | ONVIF Release 18.12 (December 2018) |
| Binding name | UplinkBinding (ver10/uplink/wsdl/uplink.wsdl) |
| Operations | uplink.wsdl |
| Specification | Uplink.xml |
GetServiceCapabilities()
Returns the capabilities of the uplink service.
GetUplinks()
A device supporting uplinks shall support this command to retrieve the configured uplink configurations.
The Status field shall signal whether a connection is Offline, Connecting or Online.
SetUplink(Configuration)
A device supporting uplinks shall support this command to add or modify an uplink configuration.
The Status property of the UplinkConfiguration shall be ignored by the device. A device shall use the field RemoteAddress to decide whether to update an existing entry or create a new entry.
DeleteUplink(RemoteAddress)
A device supporting uplinks shall support this command to remove an uplink configuration.