Show / Hide Table of Contents

    Class CVRIOBuffer

    Inheritance
    System.Object
    CVRIOBuffer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public class CVRIOBuffer

    Methods

    Close(UInt64)

    Declaration
    public EIOBufferError Close(ulong ulBuffer)
    Parameters
    Type Name Description
    System.UInt64 ulBuffer
    Returns
    Type Description
    EIOBufferError

    HasReaders(UInt64)

    Declaration
    public bool HasReaders(ulong ulBuffer)
    Parameters
    Type Name Description
    System.UInt64 ulBuffer
    Returns
    Type Description
    System.Boolean

    Open(String, EIOBufferMode, UInt32, UInt32, ref UInt64)

    Declaration
    public EIOBufferError Open(string pchPath, EIOBufferMode mode, uint unElementSize, uint unElements, ref ulong pulBuffer)
    Parameters
    Type Name Description
    System.String pchPath
    EIOBufferMode mode
    System.UInt32 unElementSize
    System.UInt32 unElements
    System.UInt64 pulBuffer
    Returns
    Type Description
    EIOBufferError

    PropertyContainer(UInt64)

    Declaration
    public ulong PropertyContainer(ulong ulBuffer)
    Parameters
    Type Name Description
    System.UInt64 ulBuffer
    Returns
    Type Description
    System.UInt64

    Read(UInt64, IntPtr, UInt32, ref UInt32)

    Declaration
    public EIOBufferError Read(ulong ulBuffer, IntPtr pDst, uint unBytes, ref uint punRead)
    Parameters
    Type Name Description
    System.UInt64 ulBuffer
    System.IntPtr pDst
    System.UInt32 unBytes
    System.UInt32 punRead
    Returns
    Type Description
    EIOBufferError

    Write(UInt64, IntPtr, UInt32)

    Declaration
    public EIOBufferError Write(ulong ulBuffer, IntPtr pSrc, uint unBytes)
    Parameters
    Type Name Description
    System.UInt64 ulBuffer
    System.IntPtr pSrc
    System.UInt32 unBytes
    Returns
    Type Description
    EIOBufferError
    In This Article
    • Methods
      • Close(UInt64)
      • HasReaders(UInt64)
      • Open(String, EIOBufferMode, UInt32, UInt32, ref UInt64)
      • PropertyContainer(UInt64)
      • Read(UInt64, IntPtr, UInt32, ref UInt32)
      • Write(UInt64, IntPtr, UInt32)
    Back to top Copyright (c) Valve Corporation, All rights reserved.