PlcOperandTypes Class

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

Provides a set of static (Shared in Visual Basic) methods for the PlcOperandType enumeration.

C#

public static class PlcOperandTypes


Inheritance Object › PlcOperandTypes

Name Description
GetChar(PlcOperandType) Retrieves the according character representation which matches the specified value.
GetChar(PlcOperandType, PlcOperandStandard) Retrieves the according character representation which matches the specified value and standard.
GetString(PlcOperandType) Retrieves the according string representation which matches the specified value.
GetString(PlcOperandType, PlcOperandStandard) Retrieves the according string representation which matches the specified value and standard.
GetType(String) Retrieves the according PlcOperandType value which matches the specified value.
GetType(String, PlcOperandStandard) Retrieves the according PlcOperandType value which matches the specified value and standard.