enum Cannon::Rpc::Protocol::Flags
Overview
Flags for the Header
Defined in:
cannon/rpc/protocol.crEnum Members
-
ResultValue =
1_u8
-
This is a result value, not a function call
-
RemoteError =
2_u8
-
The remote end encountered an error while processing the call
-
VoidCall =
4_u8
-
This is a call, but the result shall not be sent