Search Results for

    Show / Hide Table of Contents

    Namespace FNNLib.RPC

    Classes

    BaseRPCResponse

    The base RPC response. This is a base class as we can't store templated classes. We can however store this and use properties to pass the value back to where it is understood.

    ClientRPCAttribute

    RPCAttribute

    RPCPacket

    RPCResponse<T>

    A RPC response This wraps the base response and casts the result to the desired type.

    RPCResponsePacket

    An RPC response.

    ServerRPCAttribute

    Delegates

    RPCDelegate

    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.