ONVIF::Media::Types::ActionEngineEventPayload (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
ONVIF::Media::Types::ActionEngineEventPayloadDESCRIPTION
Perl data type class for theXML
Schema defined complexType
ActionEngineEventPayload from the namespace www.onvif.org/ver10/schema
Action Engine Event Payload data structure contains the information about the
ONVIF
command invocations. Since this event could be generated by other or proprietary actions, the command invocation specific fields are defined as optional and additional extension mechanism is provided for future or additional action definitions.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY
methods:
- *
- RequestInfo
- *
- ResponseInfo
- *
- Fault
- *
- Extension
METHODS
new
Constructor. The following data structure may be passed to new():
{ # ONVIF::Media::Types::ActionEngineEventPayload RequestInfo => { # ONVIF::Media::Types::Envelope Header => { # ONVIF::Media::Types::Header }, Body => { # ONVIF::Media::Types::Body }, }, ResponseInfo => { # ONVIF::Media::Types::Envelope Header => { # ONVIF::Media::Types::Header }, Body => { # ONVIF::Media::Types::Body }, }, Fault => { # ONVIF::Media::Types::Fault faultcode => $some_value, # QName faultstring => $some_value, # string faultactor => $some_value, # anyURI detail => { # ONVIF::Media::Types::detail }, }, Extension => { # ONVIF::Media::Types::ActionEngineEventPayloadExtension }, },
AUTHOR
Generated bySOAP::WSDL