Class RSQueryResponse

An RSQueryResponse is a message containing the response to an RSQuery sent by the other side of the connection.

Hierarchy

  • RSQueryResponse

Constructors

Properties

Constructors

  • Parameters

    • msgid: number

      The ID used to reassemble message chunks

    • respondingTo: string

      The DataChannelMessage ID of the query being responded to.

    • data: RSTaggedData

      The response to the query.

    • isFinal: boolean = true

      Indicates that this is the final response in a series

    Returns RSQueryResponse

Properties

The response to the query.

isFinal: boolean

Is this the final message in a series of messages

msgid: number

Message ID

respondingTo: string

The DataChannelMessage ID of the query being responded to.