CVRIOBuffer Class
Namespace: Valve.VR
Assembly: Stride.VirtualReality.dll
System.Object →
CVRIOBuffer
Derived from CVRIOBuffer:
|
Improve this Doc
View Source
Methods
Close(UInt64)
public EIOBufferError Close(ulong ulBuffer)
Parameters
| Type |
Name |
Description |
| System.UInt64 |
ulBuffer |
|
Returns
HasReaders(UInt64)
public bool HasReaders(ulong ulBuffer)
Parameters
| Type |
Name |
Description |
| System.UInt64 |
ulBuffer |
|
Returns
| Type |
Description |
| System.Boolean |
|
Open(String, EIOBufferMode, UInt32, UInt32, ref UInt64)
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)
public ulong PropertyContainer(ulong ulBuffer)
Parameters
| Type |
Name |
Description |
| System.UInt64 |
ulBuffer |
|
Returns
| Type |
Description |
| System.UInt64 |
|
Read(UInt64, IntPtr, UInt32, ref UInt32)
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)
public EIOBufferError Write(ulong ulBuffer, IntPtr pSrc, uint unBytes)
Parameters
| Type |
Name |
Description |
| System.UInt64 |
ulBuffer |
|
| System.IntPtr |
pSrc |
|
| System.UInt32 |
unBytes |
|
Returns
Extension Methods