[−][src]Module holochain_net_ipc::message
This module contains message serialization structures.
Structs
| MsgCallFailRecv |
This message represents this client receiving an error response message.
This message is an array of 2 |
| MsgCallFailSend |
Client wishes to respond with an error to a |
| MsgCallOkRecv |
This message represents this client receiving a success response message.
This message is an array of 2 |
| MsgCallOkSend |
Client wishes to respond with success to a |
| MsgCallRecv |
This message represents this client receiving a |
| MsgCallSend |
Client wishes to send a |
| MsgPingSend |
Send a ping to the IPC server
This message is an array of 1 |
| MsgPongRecv |
A server response to a client-intiated |
Enums
| Message |
This enum is an amalgomation of all the server-sent message types to be used as a return type when receiving messages. |