GetPointer
Returns the raw memory pointer to the pinned data buffer for zero-copy access
IsContinuous
Returns true if the pinned host memory is stored contiguously (no padding/gaps between rows).
ReadElemSize
Returns the total size of a single pixel (all channels) in bytes.
ReadElemSize1
Returns the size of a single channel (sub-element) in bytes.
ReadtStep
Returns the row stride (the distance from the start of one row to the next) in bytes.
ReadtStep1
Returns the row stride in terms of the number of individual elements (channels).
ReleasePointer
Manually releases a pinned memory handle previously generated by the Get Pointer VI.
Reshape
creates alternative HostMem header for the same data, with different number of channels and/or …
Swap
Swaps with other smart pointer