Loading...
Searching...
No Matches
realvirtual.S7InterfaceSignal Class Reference
Inheritance diagram for realvirtual.S7InterfaceSignal:

Public Types | |
enum | S7TYPE |
![]() | |
enum | TYPE |
enum | DIRECTION |
Public Member Functions | |
S7InterfaceSignal (string name, DIRECTION direction, TYPE type) | |
![]() | |
string | GetSymbolName () |
InterfaceSignal (string name, DIRECTION direction, TYPE type) | |
void | UpdateSignal (Signal signal) |
Public Attributes | |
int | Area |
int | DBNumber |
bool | IsDB |
int | Size |
S7TYPE | S7Type |
byte[] | Value = new byte[4] |
byte[] | LastWriteValue = new byte[4] |
bool | FirstTransfer = false |
byte[] | TransferValue = new byte[4] |
![]() | |
Signal | Signal |
string | Name |
TYPE | Type |
DIRECTION | Direction |
int | Mempos |
byte | Bit |
string | SymbolName |
string | Comment |
string | OriginDataType |
object | LastValue |