Function recv

  • Requests callback to be called on the next message received from your Frida-based application.

    This will only give you one message, so you need to call recv() again to receive the next one.

    Parameters

    Returns MessageRecvOperation

  • Requests callback to be called when the next message of the given type has been received from your Frida-based application.

    This will only give you one message, so you need to call recv() again to receive the next one.

    Parameters

    Returns MessageRecvOperation

Generated using TypeDoc