Skip to content

Receiver

Receiver service implementation.

Receiver

Bases: ONVIFService

Receiver service client.

Property Details
First introduced ONVIF Release 2.1 (June 2011) Split from Core 2.0
Binding name ReceiverBinding (ver10/receiver.wsdl)
Operations receiver.wsdl
Specification Receiver.xml

GetServiceCapabilities()

Returns the capabilities of the receiver service.

The result is returned in a typed answer.

GetReceivers()

Lists all receivers currently present on a device.

This operation is mandatory.

GetReceiver(ReceiverToken)

Retrieves the details of a specific receiver.

This operation is mandatory.

CreateReceiver(Configuration)

Creates a new receiver.

This operation is mandatory, although the service may raise a fault if the receiver cannot be created.

DeleteReceiver(ReceiverToken)

Deletes an existing receiver.

A receiver may be deleted only if it is not currently in use; otherwise a fault shall be raised. This operation is mandatory.

ConfigureReceiver(ReceiverToken, Configuration)

Configures an existing receiver.

This operation is mandatory.

SetReceiverMode(ReceiverToken, Mode)

Sets the mode of the receiver without affecting the rest of its configuration.

This operation is mandatory.

GetReceiverState(ReceiverToken)

Determines whether the receiver is currently disconnected, connected or attempting to connect.

This operation is mandatory.