Method

FoundryDapClientsend

Declaration [src]

DexFuture*
foundry_dap_client_send (
  FoundryDapClient* self,
  FoundryDapProtocolMessage* message
)

Description [src]

Sends a message to the peer without any handling of replies.

Parameters

message

Type: FoundryDapProtocolMessage

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. This does not guarantee delivery.

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