Interface IBufferInput
Assembly: Experior.Interfaces.dll
public interface IBufferInput : IBuffer
Properties
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
bool Active(int adresse, short bitno)
Parameters
Type |
Name |
Description |
System.Int32 |
adresse |
|
System.Int16 |
bitno |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
void Array(int address, byte[] value)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.Byte[] |
value |
|
Declaration
void Byte(int address, byte value)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.Byte |
value |
|
Declaration
void Double(int address, double value, Conversions conversion)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.Double |
value |
|
Conversions |
conversion |
|
Declaration
Parameters
Type |
Name |
Description |
System.Byte[] |
O |
|
Returns
Type |
Description |
System.Byte[] |
|
Declaration
void Float(int address, float value, Conversions conversion)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.Single |
value |
|
Conversions |
conversion |
|
Declaration
void Int16(int address, short value, Conversions conversion)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.Int16 |
value |
|
Conversions |
conversion |
|
Declaration
void Int32(int address, int value, Conversions conversion)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.Int32 |
value |
|
Conversions |
conversion |
|
Declaration
void Int64(int address, long value, Conversions conversion)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.Int64 |
value |
|
Conversions |
conversion |
|
Declaration
void SetInput(int adresse, short bit, bool state)
Parameters
Type |
Name |
Description |
System.Int32 |
adresse |
|
System.Int16 |
bit |
|
System.Boolean |
state |
|
Declaration
void String(int address, string value)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.String |
value |
|
Declaration
void UInt16(int address, ushort value, Conversions conversion)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.UInt16 |
value |
|
Conversions |
conversion |
|
Declaration
void UInt32(int address, uint value, Conversions conversion)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.UInt32 |
value |
|
Conversions |
conversion |
|
Declaration
void UInt64(int address, ulong value, Conversions conversion)
Parameters
Type |
Name |
Description |
System.Int32 |
address |
|
System.UInt64 |
value |
|
Conversions |
conversion |
|
Events
Declaration
event IOReceivedEvent IOReceived
Event Type
Declaration
event BufferChangedEvent OnBufferChanged
Event Type
Declaration
event DataReceivedEvent OnDataReceived
Event Type