Show / Hide Table of Contents

Interface IBuffer

Namespace: Experior.Interfaces.Communication.PLC
Assembly: Experior.Interfaces.dll
Syntax
public interface IBuffer

Properties

BufferType

Declaration
BufferTypes BufferType { get; }
Property Value
Type Description
BufferTypes

Data

Declaration
byte[] Data { get; }
Property Value
Type Description
System.Byte[]

Max

Declaration
int Max { get; }
Property Value
Type Description
System.Int32

Offset

Declaration
int Offset { get; }
Property Value
Type Description
System.Int32

Source

Declaration
string Source { get; set; }
Property Value
Type Description
System.String

Unit

Declaration
Units Unit { get; set; }
Property Value
Type Description
Units

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
Back to top Generated by DocFX