92
Proprietary Device IO Service
The proprietary device IO service extends the ONVIF device IO service to manage up to 4 alarm
inputs. It allows to:
n
Set and get the configuration of the alarm inputs
n
Get the state of the alarm inputs
WSDL filename
:
hd4IOProprietary.wsdl
XML schema
:
hd4IOProprietary.xsd
SetDigitalInputConfiguration operation
This operation allows to configure an alarm input port.
The request message
SetDigitalInputConfigurationRequest
contains:
n
The token name of the alarm input port in an XML data structure of type
string
n
The configuration of the alarm input in an XML data structure of type
InputConfiguration
.
The response message
SetDigitalInputConfigurationResponse
has no content.
GetDigitalInputConfiguration operation
This operation allows to retrieve the configuration of an alarm input port.
The request message
GetDigitalInputConfigurationRequest
contains:
n
The token name of the alarm input port in an XML data structure of type
string
The response message
GetDigitalInputConfigurationResponse
contains:
n
The configuration of the alarm input in an XML data structure of type
InputConfiguration
.
GetDigitalInputState operation
This operation allows to retrieve the state of an alarm input port.
The request message
GetDigitalInputStateRequest
contains the index of the alarm input
port.
n
The token name of the alarm input port in an XML data structure of type
string
The response message
GetDigitalInputStateResponse
contains:
n
The state of the alarm inputs in an XML data structure of type
State
.
State type
This type is composed of:
n
Element <State> of type eur:InputStateEnum
Picolo.net
Handbook
Software Specifications