DeviceArrayNETFormatCopyToHost Method |
Enqueue a copy of the device array data to a host buffer on the given stream/queue.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic void CopyToHost(
IntPtr destination,
ulong sizeInBytes,
StreamOrQueue streamOrQueue
)
Public Sub CopyToHost (
destination As IntPtr,
sizeInBytes As ULong,
streamOrQueue As StreamOrQueue
)
public:
void CopyToHost(
IntPtr destination,
unsigned long long sizeInBytes,
StreamOrQueue streamOrQueue
)
Parameters
- destination
- Type: SystemIntPtr
- sizeInBytes
- Type: SystemUInt64
- streamOrQueue
- Type: Zivid.NETStreamOrQueue
Remarks
See Also