Search Results for

    Show / Hide Table of Contents

    Class RPCPacket

    Inheritance
    Object
    RPCPacket
    Implements
    ISerializable
    IBufferablePacket
    Namespace: FNNLib.RPC
    Assembly: FNNLib.dll
    Syntax
    public class RPCPacket : ISerializable, IBufferablePacket

    Fields

    | Improve this Doc View Source

    behaviourIndex

    Declaration
    public int behaviourIndex
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    expectsResponse

    Declaration
    public bool expectsResponse
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    methodHash

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

    networkID

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

    parameterBuffer

    Declaration
    public ArraySegment<byte> parameterBuffer
    Field Value
    Type Description
    ArraySegment<Byte>
    | Improve this Doc View Source

    responseID

    Declaration
    public ulong responseID
    Field Value
    Type Description
    UInt64

    Methods

    | Improve this Doc View Source

    BufferPacket(NetworkChannel, UInt64)

    Declaration
    public bool BufferPacket(NetworkChannel channel, ulong sender)
    Parameters
    Type Name Description
    NetworkChannel channel
    UInt64 sender
    Returns
    Type Description
    Boolean
    | 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
    IBufferablePacket
    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.