Class RSQuery

An RSQuery is a request from one side of the peer connection for some piece of data known by the other side of the peer connection.

Hierarchy

  • RSQuery

Constructors

Properties

Methods

Constructors

  • Construct an RSQuery.

    Throws

    If a required parameter is null.

    Parameters

    • msgid: number = 0

      Data transport message id

    • category: number = Category.Default

      A number representing the type of the message.

    • data: RSTaggedData

      An RSTaggedData containing information about the query to be evaluated.

    Returns RSQuery

Properties

category: number

A number representing the type of the message.

A piece of data containing information about the query to be evaluated.

msgid: number

Message ID

Methods

  • Construct an RSQuery.

    Throws

    If a required parameter is null.

    Parameters

    • category: number = Category.Default

      A number representing the type of the message.

    • data: RSTaggedData

      An RSTaggedData containing information about the query to be evaluated.

    Returns RSQuery