Uses of Enum
org.apache.plc4x.java.opcua.readwrite.TimestampsToReturn
Packages that use TimestampsToReturn
-
Uses of TimestampsToReturn in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as TimestampsToReturnModifier and TypeFieldDescriptionprotected final TimestampsToReturnCreateMonitoredItemsRequest.timestampsToReturnprotected final TimestampsToReturnHistoryReadRequest.timestampsToReturnprotected final TimestampsToReturnModifyMonitoredItemsRequest.timestampsToReturnprotected final TimestampsToReturnReadRequest.timestampsToReturnMethods in org.apache.plc4x.java.opcua.readwrite that return TimestampsToReturnModifier and TypeMethodDescriptionstatic TimestampsToReturnTimestampsToReturn.enumForValue(long value) CreateMonitoredItemsRequest.getTimestampsToReturn()HistoryReadRequest.getTimestampsToReturn()ModifyMonitoredItemsRequest.getTimestampsToReturn()ReadRequest.getTimestampsToReturn()static TimestampsToReturnReturns the enum constant of this type with the specified name.static TimestampsToReturn[]TimestampsToReturn.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type TimestampsToReturnModifierConstructorDescriptionCreateMonitoredItemsRequest(ExtensionObjectDefinition requestHeader, long subscriptionId, TimestampsToReturn timestampsToReturn, int noOfItemsToCreate, List<ExtensionObjectDefinition> itemsToCreate) CreateMonitoredItemsRequestBuilder(ExtensionObjectDefinition requestHeader, long subscriptionId, TimestampsToReturn timestampsToReturn, int noOfItemsToCreate, List<ExtensionObjectDefinition> itemsToCreate) HistoryReadRequest(ExtensionObjectDefinition requestHeader, ExtensionObject historyReadDetails, TimestampsToReturn timestampsToReturn, boolean releaseContinuationPoints, int noOfNodesToRead, List<ExtensionObjectDefinition> nodesToRead) HistoryReadRequestBuilder(ExtensionObjectDefinition requestHeader, ExtensionObject historyReadDetails, TimestampsToReturn timestampsToReturn, boolean releaseContinuationPoints, int noOfNodesToRead, List<ExtensionObjectDefinition> nodesToRead, Short reservedField0) ModifyMonitoredItemsRequest(ExtensionObjectDefinition requestHeader, long subscriptionId, TimestampsToReturn timestampsToReturn, int noOfItemsToModify, List<ExtensionObjectDefinition> itemsToModify) ModifyMonitoredItemsRequestBuilder(ExtensionObjectDefinition requestHeader, long subscriptionId, TimestampsToReturn timestampsToReturn, int noOfItemsToModify, List<ExtensionObjectDefinition> itemsToModify) ReadRequest(ExtensionObjectDefinition requestHeader, double maxAge, TimestampsToReturn timestampsToReturn, int noOfNodesToRead, List<ExtensionObjectDefinition> nodesToRead) ReadRequestBuilder(ExtensionObjectDefinition requestHeader, double maxAge, TimestampsToReturn timestampsToReturn, int noOfNodesToRead, List<ExtensionObjectDefinition> nodesToRead)