PlcRawType Enum

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Specifies the different raw types that can be used for read/write operations using a PlcAddress on a programmable logic controller (PLC).

C#

[Obfuscation(StripAfterObfuscation = true)]
public enum PlcRawType


Inheritance ObjectValueTypeEnum › PlcRawType


Attributes ObfuscationAttribute

Name Value Description
Bit 0 Defines a binary type its binary length in bits is restricted to 1 bit.
Byte 1 Defines a binary type its binary length in bits is restricted to 8 bits.
Word 2 Defines a binary type its binary length in bits is restricted to 16 bits.
DWord 3 Defines a binary type its binary length in bits is restricted to 32 bits.
LWord 4 Defines a binary type its binary length in bits is restricted to 64 bits.