Class Buffer
Inheritance
System.Object
Buffer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
public abstract class Buffer : IBuffer
Fields
buffertype
Declaration
protected BufferTypes buffertype
Field Value
data
Declaration
Field Value
Type |
Description |
System.Byte[] |
|
max
Declaration
Field Value
Type |
Description |
System.Int32 |
|
offset
Declaration
Field Value
Type |
Description |
System.Int32 |
|
source
Declaration
Field Value
Type |
Description |
System.String |
|
unit
Declaration
Field Value
unitsize
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
Data
Declaration
public virtual byte[] Data { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Max
Declaration
public int Max { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Offset
Declaration
public int Offset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Size
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
Unit
Declaration
public Units Unit { get; set; }
Property Value
UnitSize
Declaration
public int UnitSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Active(Int32, Int16)
Declaration
public abstract bool Active(int address, short bitno)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.Int16 |
bitno |
|
Returns
Type |
Description |
System.Boolean |
|
Allocate(Int32, Int32)
Declaration
public abstract void Allocate(int bytesize, int offset)
Parameters
Type |
Name |
Description |
System.Int32 |
bytesize |
|
System.Int32 |
offset |
|
Allocate(Int32, Int32, Units)
Declaration
public abstract void Allocate(int bytesize, int offset, Units datatype)
Parameters
Type |
Name |
Description |
System.Int32 |
bytesize |
|
System.Int32 |
offset |
|
Units |
datatype |
|
Implements