Skip to content
anatol edited this page May 31, 2022 · 1 revision

Env::Comm_Send

void Comm_Send(const PubKey& pkRemote, const void* pBuf, uint32_t nSize);

Send message to the receiver identified with given public key

Parameters

  • pkRemote : public key of the recepient
  • pBuf : pointer to the buffer to send
  • nSize : size of the buffer

Return value

  • none

Notes

  • none

Example

Clone this wiki locally