Impact Acquire SDK .NET
|
A default request buffer. More...
Properties | |
int | alignment [get] |
Returns the alignment of the user buffer in bits. | |
IntPtr | pointer [get] |
Returns an System.IntPtr instance pointing to the aligned memory location. | |
int | size [get] |
Returns the size in bytes of the user buffer. | |
A default request buffer.
Applications can derive from this class and must implement the public interface to define a custom memory allocator e.g. for classes derived from mv.impact.acquire.helper.RequestProvider.
|
get |
Returns the alignment of the user buffer in bits.
Implemented in UserSuppliedHeapBuffer.
|
get |
Returns an System.IntPtr instance pointing to the aligned memory location.
Implemented in UserSuppliedHeapBuffer.
|
get |
Returns the size in bytes of the user buffer.
Implemented in UserSuppliedHeapBuffer.