Method
FoundryDapClientsend
Declaration [src]
DexFuture*
foundry_dap_client_send (
FoundryDapClient* self,
FoundryDapProtocolMessage* message
)
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. |