PlcRawTypes Class

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

Provides a set of static (Shared in Visual Basic) methods for the PlcRawType enumeration and all raw types supported by a programmable logic controller (PLC) for read/write operations.

C#

public static class PlcRawTypes


Inheritance Object › PlcRawTypes

Name Description
Bit Specifies the string representation of the bit raw type.
Byte Specifies the string representation of the byte raw type.
DWord Specifies the string representation of the double word raw type.
Word Specifies the string representation of the word raw type.
Name Description
GetChar(PlcRawType) Retrieves the according character representation which matches the specified value.
GetRawType(Char) Retrieves the according PlcRawType value which matches the specified value.
GetRawType(String) Retrieves the according PlcRawType value which matches the specified value.
GetSize(PlcRawType) Retrieves the according size in bytes of the specified value.
GetSize(PlcRawType, Boolean) Retrieves the according size (optionally in bytes or bits) of the specified value.
GetString(PlcRawType) Retrieves the according string representation which matches the specified value.