docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class vx_message_base_t

    Inheritance
    object
    vx_message_base_t
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Global Namespace
    Assembly: VivoxUnity.dll
    Syntax
    public class vx_message_base_t : IDisposable

    Constructors

    vx_message_base_t()

    Declaration
    public vx_message_base_t()

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    bool

    Properties

    create_time_ms

    Declaration
    public ulong create_time_ms { get; set; }
    Property Value
    Type Description
    ulong

    last_step_ms

    Declaration
    public ulong last_step_ms { get; set; }
    Property Value
    Type Description
    ulong

    sdk_handle

    Declaration
    public uint sdk_handle { get; set; }
    Property Value
    Type Description
    uint

    type

    Declaration
    public vx_message_type type { get; set; }
    Property Value
    Type Description
    vx_message_type

    Methods

    Dispose()

    Declaration
    public virtual void Dispose()

    ~vx_message_base_t()

    Declaration
    protected ~vx_message_base_t()

    as_evt_base()

    Declaration
    public vx_evt_base_t as_evt_base()
    Returns
    Type Description
    vx_evt_base_t

    as_resp_base()

    Declaration
    public vx_resp_base_t as_resp_base()
    Returns
    Type Description
    vx_resp_base_t

    Operators

    implicit operator vx_evt_base_t(vx_message_base_t)

    Declaration
    public static implicit operator vx_evt_base_t(vx_message_base_t t)
    Parameters
    Type Name Description
    vx_message_base_t t
    Returns
    Type Description
    vx_evt_base_t

    implicit operator vx_resp_base_t(vx_message_base_t)

    Declaration
    public static implicit operator vx_resp_base_t(vx_message_base_t t)
    Parameters
    Type Name Description
    vx_message_base_t t
    Returns
    Type Description
    vx_resp_base_t

    Implements

    IDisposable
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)