Search Results for

    Show / Hide Table of Contents

    Class RPCResponsePacket

    An RPC response.

    Inheritance
    Object
    RPCResponsePacket
    Implements
    ISerializable
    Namespace: FNNLib.RPC
    Assembly: FNNLib.dll
    Syntax
    public class RPCResponsePacket : ISerializable

    Fields

    | Improve this Doc View Source

    responseID

    The response ID this result is for.

    Declaration
    public ulong responseID
    Field Value
    Type Description
    UInt64
    | Improve this Doc View Source

    result

    The result object.

    Declaration
    public object result
    Field Value
    Type Description
    Object

    Methods

    | Improve this Doc View Source

    DeSerialize(NetworkReader)

    Declaration
    public void DeSerialize(NetworkReader reader)
    Parameters
    Type Name Description
    NetworkReader reader
    | Improve this Doc View Source

    Serialize(NetworkWriter)

    Declaration
    public void Serialize(NetworkWriter writer)
    Parameters
    Type Name Description
    NetworkWriter writer

    Implements

    ISerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.