Method

FoundryDapClientcall

Declaration [src]

DexFuture*
foundry_dap_client_call (
  FoundryDapClient* self,
  FoundryDapRequest* request
)

Description [src]

Sends the request to the peer and awaits a FoundryDapResponse.

Parameters

request

Type: FoundryDapRequest

No description available.

The data is owned by the caller of the method.

Return value

Type: DexFuture

A future that resolves once the message has been sent to the peer and a reply has been received. Otherwise rejects with error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.