enum Cannon::Rpc::Protocol::Flags

Overview

Flags for the Header

Defined in:

cannon/rpc/protocol.cr

Enum 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

Instance Method Summary

Class methods inherited from class Object

to_cannon_io(io, value) to_cannon_io

Instance Method Detail

def none? #

[View source]
def remote_error? #

[View source]
def result_value? #

[View source]
def void_call? #

[View source]