Interface IBuffer
Assembly: Experior.Interfaces.dll
Syntax
Properties
BufferType
Declaration
BufferTypes BufferType { get; }
Property Value
Data
Declaration
Property Value
Type |
Description |
System.Byte[] |
|
Max
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Offset
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Source
Declaration
string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
Unit
Declaration
Property Value
Methods
Allocate(Int32, Int32)
Declaration
void Allocate(int bytesize, int offset)
Parameters
Type |
Name |
Description |
System.Int32 |
bytesize |
|
System.Int32 |
offset |
|
Allocate(Int32, Int32, Units)
Declaration
void Allocate(int bytesize, int offset, Units unit)
Parameters
Type |
Name |
Description |
System.Int32 |
bytesize |
|
System.Int32 |
offset |
|
Units |
unit |
|