Click or drag to resize
QvxReply Class
QvxReply is a QvxMessage sent back from the connector to QlikView as the response to a QvxRequest. As a response to QlikView's request the Connector sends a message formatted according to QvxReply XML schema. The data stream if formatted as follow: * 4-byte that specify the length of the following string. * Zero terminated string that is formatted according to QvxReply XML schema.
Inheritance Hierarchy

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public sealed class QvxReply : QvxMessage

The QvxReply type exposes the following members.

Constructors
  NameDescription
Public methodQvxReply
Constructor to create a new empty QvxReply. See QlikView QVX File Format for details.
Public methodQvxReply(QvxResult, String, String)
Constructor to create a new QvxReply. See QlikView QVX File Format for details.
Top
Methods
  NameDescription
Public methodGenerateXML
Generates XML from QvxReply.
(Overrides QvxMessageGenerateXML(XmlWriter).)
Public methodReadStringArray
QvxMessage helper method
(Inherited from QvxMessage.)
Top
Properties
  NameDescription
Public propertyErrorMessage
Error explanation when Result is not QVX_OK.
Public propertyOutputValues
String array of result values. See QVXCommandType table for how it is used.
Public propertyResult
Error message type. See QvxResult.
Top
See Also