Method

FoundryDapDebuggersend

unstable since: 1.1

Declaration [src]

DexFuture*
foundry_dap_debugger_send (
  FoundryDapDebugger* self,
  JsonNode* node
)

Description [src]

Send a message to the peer without expecting a reply.

Available since: 1.1

Parameters

node

Type: JsonNode

No description available.

The instance takes ownership of the data, and is responsible for freeing it.

Return value

Type: DexFuture

A DexFuture that resolves to any value or rejects with error.

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