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)
    
   
  
  Assembly: Assembly-CSharp.dll
  Syntax
  
  Methods
  
  
  
  
  Close(UInt64)
  
  
  Declaration
  
    public EIOBufferError Close(ulong ulBuffer)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.UInt64 | 
        ulBuffer | 
         | 
      
    
  
  Returns
  
  
  
  
  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
  
  
  
  
  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
  
  
  
  
  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