Uses of Enum
org.apache.plc4x.java.s7.readwrite.QueryType
Packages that use QueryType
-
Uses of QueryType in org.apache.plc4x.java.s7.readwrite
Fields in org.apache.plc4x.java.s7.readwrite declared as QueryTypeModifier and TypeFieldDescriptionprotected final QueryTypeS7MessageObjectRequest.queryTypeprotected final QueryTypeS7PayloadUserDataItemCpuFunctionAlarmQuery.queryTypeMethods in org.apache.plc4x.java.s7.readwrite that return QueryTypeModifier and TypeMethodDescriptionstatic QueryTypeQueryType.enumForValue(short value) S7MessageObjectRequest.getQueryType()S7PayloadUserDataItemCpuFunctionAlarmQuery.getQueryType()static QueryTypeReturns the enum constant of this type with the specified name.static QueryType[]QueryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type QueryTypeModifierConstructorDescriptionS7MessageObjectRequest(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType) S7MessageObjectRequestBuilder(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType, Short reservedField0, Short reservedField1) S7PayloadUserDataItemCpuFunctionAlarmQuery(DataTransportErrorCode returnCode, DataTransportSize transportSize, SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType) S7PayloadUserDataItemCpuFunctionAlarmQueryBuilder(SyntaxIdType syntaxId, QueryType queryType, AlarmType alarmType, Short reservedField0, Short reservedField1)