opc-xml-da-client 0.1 → 0.1.1
raw patch · 4 files changed
+23/−38 lines, 4 filesdep ~xml-parsernew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: xml-parser
API changes (from Hackage documentation)
+ OpcXmlDaClient.Protocol.Types: AccessDeniedResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: AllBrowseFilter :: BrowseFilter
+ OpcXmlDaClient.Protocol.Types: ArrayOfAnyTypeValue :: !Vector (Maybe Value) -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfBooleanValue :: !Vector Bool -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfByteValue :: !Vector Int8 -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfDateTimeValue :: !Vector UTCTime -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfDecimalValue :: !Vector Scientific -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfDoubleValue :: !Vector Double -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfFloatValue :: !Vector Float -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfIntValue :: !Vector Int32 -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfLongValue :: !Vector Int64 -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfShortValue :: !Vector Int16 -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfStringValue :: !Vector Text -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfUnsignedIntValue :: !Vector Word32 -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfUnsignedLongValue :: !Vector Word64 -> Value
+ OpcXmlDaClient.Protocol.Types: ArrayOfUnsignedShortValue :: !Vector Word16 -> Value
+ OpcXmlDaClient.Protocol.Types: BadCommFailureQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: BadConfigurationErrorQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: BadDeviceFailureQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: BadLastKnownValueQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: BadNotConnectedQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: BadOutOfServiceQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: BadQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: BadSensorFailureQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: BadWaitingForInitialDataQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: Base64BinaryValue :: !ByteString -> Value
+ OpcXmlDaClient.Protocol.Types: BooleanValue :: !Bool -> Value
+ OpcXmlDaClient.Protocol.Types: BranchBrowseFilter :: BrowseFilter
+ OpcXmlDaClient.Protocol.Types: Browse :: !Vector QName -> !Maybe Text -> !Maybe Text -> !Maybe Text -> !Maybe Text -> !Maybe Text -> !Int32 -> !BrowseFilter -> !Maybe Text -> !Maybe Text -> !Bool -> !Bool -> !Bool -> Browse
+ OpcXmlDaClient.Protocol.Types: BrowseElement :: !Vector ItemProperty -> !Maybe Text -> !Maybe Text -> !Maybe Text -> !Bool -> !Bool -> BrowseElement
+ OpcXmlDaClient.Protocol.Types: BrowseResponse :: !Maybe ReplyBase -> !Vector BrowseElement -> !Vector OpcError -> !Maybe Text -> !Bool -> BrowseResponse
+ OpcXmlDaClient.Protocol.Types: BusyResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: ByteValue :: !Int8 -> Value
+ OpcXmlDaClient.Protocol.Types: ClampResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: CommFaultServerState :: ServerState
+ OpcXmlDaClient.Protocol.Types: ConstantLimitBits :: LimitBits
+ OpcXmlDaClient.Protocol.Types: CustomSoapFaultCode :: !QName -> SoapFaultCode
+ OpcXmlDaClient.Protocol.Types: DataEncodingUnknownStdSoapFaultCode :: StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: DataQueueOverflowResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: DateTimeValue :: !UTCTime -> Value
+ OpcXmlDaClient.Protocol.Types: DateValue :: !Date -> Value
+ OpcXmlDaClient.Protocol.Types: DecimalValue :: !Scientific -> Value
+ OpcXmlDaClient.Protocol.Types: DoubleValue :: !Double -> Value
+ OpcXmlDaClient.Protocol.Types: DurationValue :: !Duration -> Value
+ OpcXmlDaClient.Protocol.Types: FailResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: FailedServerState :: ServerState
+ OpcXmlDaClient.Protocol.Types: FloatValue :: !Float -> Value
+ OpcXmlDaClient.Protocol.Types: GetProperties :: !Vector ItemIdentifier -> !Vector QName -> !Maybe Text -> !Maybe Text -> !Maybe Text -> !Bool -> !Bool -> !Bool -> GetProperties
+ OpcXmlDaClient.Protocol.Types: GetPropertiesResponse :: !Maybe ReplyBase -> !Vector PropertyReplyList -> !Vector OpcError -> GetPropertiesResponse
+ OpcXmlDaClient.Protocol.Types: GetStatus :: !Maybe Text -> !Maybe Text -> GetStatus
+ OpcXmlDaClient.Protocol.Types: GetStatusResponse :: !Maybe ReplyBase -> !Maybe ServerStatus -> GetStatusResponse
+ OpcXmlDaClient.Protocol.Types: GoodLocalOverrideQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: GoodQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: HighLimitBits :: LimitBits
+ OpcXmlDaClient.Protocol.Types: IntValue :: !Int32 -> Value
+ OpcXmlDaClient.Protocol.Types: InvalidContinuationPointResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: InvalidFilterResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: InvalidHoldTimeResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: InvalidItemNameResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: InvalidItemPathResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: InvalidPidResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: ItemBrowseFilter :: BrowseFilter
+ OpcXmlDaClient.Protocol.Types: ItemIdentifier :: !Maybe Text -> !Maybe Text -> ItemIdentifier
+ OpcXmlDaClient.Protocol.Types: ItemProperty :: !Maybe Value -> !QName -> !Maybe Text -> !Maybe Text -> !Maybe Text -> !Maybe QName -> ItemProperty
+ OpcXmlDaClient.Protocol.Types: ItemValue :: !Maybe Text -> !Maybe Value -> !Maybe OpcQuality -> !Maybe QName -> !Maybe Text -> !Maybe Text -> !Maybe Text -> !Maybe UTCTime -> !Maybe QName -> ItemValue
+ OpcXmlDaClient.Protocol.Types: LongValue :: !Int64 -> Value
+ OpcXmlDaClient.Protocol.Types: LowLimitBits :: LimitBits
+ OpcXmlDaClient.Protocol.Types: MustUnderstandStdSoapFaultCode :: StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: NamespacedQName :: !Text -> !Text -> QName
+ OpcXmlDaClient.Protocol.Types: NoConfigServerState :: ServerState
+ OpcXmlDaClient.Protocol.Types: NoSubscriptionResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: NonStandardValue :: !ValueNonStandard -> Value
+ OpcXmlDaClient.Protocol.Types: NoneLimitBits :: LimitBits
+ OpcXmlDaClient.Protocol.Types: NotSupportedResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: OpcError :: !Maybe Text -> !QName -> OpcError
+ OpcXmlDaClient.Protocol.Types: OpcQuality :: !QualityBits -> !LimitBits -> !Word8 -> OpcQuality
+ OpcXmlDaClient.Protocol.Types: OpcQualityValue :: !OpcQuality -> Value
+ OpcXmlDaClient.Protocol.Types: OutOfMemoryResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: PropertyReplyList :: !Vector ItemProperty -> !Maybe Text -> !Maybe Text -> !Maybe QName -> PropertyReplyList
+ OpcXmlDaClient.Protocol.Types: QNameValue :: !QName -> Value
+ OpcXmlDaClient.Protocol.Types: RangeResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: Read :: !Maybe RequestOptions -> !Maybe ReadRequestItemList -> Read
+ OpcXmlDaClient.Protocol.Types: ReadOnlyResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: ReadRequestItem :: !Maybe Text -> !Maybe QName -> !Maybe Text -> !Maybe Text -> !Maybe Int32 -> ReadRequestItem
+ OpcXmlDaClient.Protocol.Types: ReadRequestItemList :: !Vector ReadRequestItem -> !Maybe Text -> !Maybe QName -> !Maybe Int32 -> ReadRequestItemList
+ OpcXmlDaClient.Protocol.Types: ReadResponse :: !Maybe ReplyBase -> !Maybe ReplyItemList -> !Vector OpcError -> ReadResponse
+ OpcXmlDaClient.Protocol.Types: ReceiverStdSoapFaultCode :: StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: ReplyBase :: !UTCTime -> !UTCTime -> !Maybe Text -> !Maybe Text -> !ServerState -> ReplyBase
+ OpcXmlDaClient.Protocol.Types: ReplyItemList :: !Vector ItemValue -> !Maybe Text -> ReplyItemList
+ OpcXmlDaClient.Protocol.Types: RequestOptions :: !Bool -> !Bool -> !Bool -> !Bool -> !Bool -> !Maybe UTCTime -> !Maybe Text -> !Maybe Text -> RequestOptions
+ OpcXmlDaClient.Protocol.Types: RunningServerState :: ServerState
+ OpcXmlDaClient.Protocol.Types: SenderStdSoapFaultCode :: StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: ServerStateResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: ServerStatus :: !Maybe Text -> !Maybe Text -> !Vector Text -> !Vector Text -> !UTCTime -> !Maybe Text -> ServerStatus
+ OpcXmlDaClient.Protocol.Types: ShortValue :: !Int16 -> Value
+ OpcXmlDaClient.Protocol.Types: SoapFault :: !SoapFaultCode -> !Text -> SoapFault
+ OpcXmlDaClient.Protocol.Types: StdSoapFaultCode :: !StdSoapFaultCode -> SoapFaultCode
+ OpcXmlDaClient.Protocol.Types: StringValue :: !Text -> Value
+ OpcXmlDaClient.Protocol.Types: Subscribe :: !Maybe RequestOptions -> !Maybe SubscribeRequestItemList -> !Bool -> !Maybe Int32 -> Subscribe
+ OpcXmlDaClient.Protocol.Types: SubscribeItemValue :: !ItemValue -> !Maybe Int -> SubscribeItemValue
+ OpcXmlDaClient.Protocol.Types: SubscribePolledRefreshReplyItemList :: !Vector ItemValue -> !Maybe Text -> SubscribePolledRefreshReplyItemList
+ OpcXmlDaClient.Protocol.Types: SubscribeReplyItemList :: !Vector SubscribeItemValue -> !Maybe Int32 -> SubscribeReplyItemList
+ OpcXmlDaClient.Protocol.Types: SubscribeRequestItem :: !Maybe Text -> !Maybe QName -> !Maybe Text -> !Maybe Text -> !Maybe Float -> !Maybe Int32 -> !Maybe Bool -> SubscribeRequestItem
+ OpcXmlDaClient.Protocol.Types: SubscribeRequestItemList :: !Vector SubscribeRequestItem -> !Maybe Text -> !Maybe QName -> !Maybe Float -> !Maybe Int32 -> !Maybe Bool -> SubscribeRequestItemList
+ OpcXmlDaClient.Protocol.Types: SubscribeResponse :: !Maybe ReplyBase -> !Maybe SubscribeReplyItemList -> !Vector OpcError -> !Maybe Text -> SubscribeResponse
+ OpcXmlDaClient.Protocol.Types: SubscriptionCancel :: !Maybe Text -> !Maybe Text -> SubscriptionCancel
+ OpcXmlDaClient.Protocol.Types: SubscriptionCancelResponse :: Maybe Text -> SubscriptionCancelResponse
+ OpcXmlDaClient.Protocol.Types: SubscriptionPolledRefresh :: !Maybe RequestOptions -> !Vector Text -> !Maybe UTCTime -> !Int32 -> !Bool -> SubscriptionPolledRefresh
+ OpcXmlDaClient.Protocol.Types: SubscriptionPolledRefreshResponse :: !Maybe ReplyBase -> !Vector Text -> !Vector SubscribePolledRefreshReplyItemList -> !Vector OpcError -> !Bool -> SubscriptionPolledRefreshResponse
+ OpcXmlDaClient.Protocol.Types: SuspendedServerState :: ServerState
+ OpcXmlDaClient.Protocol.Types: TestServerState :: ServerState
+ OpcXmlDaClient.Protocol.Types: TimeValue :: !Time -> Value
+ OpcXmlDaClient.Protocol.Types: TimedOutResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: UncertainEUExceededQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: UncertainLastUsableValueQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: UncertainQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: UncertainSensorNotAccurateQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: UncertainSubNormalQualityBits :: QualityBits
+ OpcXmlDaClient.Protocol.Types: UnknownItemNameResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: UnknownItemPathResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: UnnamespacedQName :: !Text -> QName
+ OpcXmlDaClient.Protocol.Types: UnsignedByteValue :: !Word8 -> Value
+ OpcXmlDaClient.Protocol.Types: UnsignedIntValue :: !Word32 -> Value
+ OpcXmlDaClient.Protocol.Types: UnsignedLongValue :: !Word64 -> Value
+ OpcXmlDaClient.Protocol.Types: UnsignedShortValue :: !Word16 -> Value
+ OpcXmlDaClient.Protocol.Types: UnsupportedRateResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: ValueNonStandard :: !QName -> ![Node] -> ValueNonStandard
+ OpcXmlDaClient.Protocol.Types: VersionMismatchStdSoapFaultCode :: StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: Write :: !Maybe RequestOptions -> !Maybe WriteRequestItemList -> !Bool -> Write
+ OpcXmlDaClient.Protocol.Types: WriteOnlyResultCode :: ResultCode
+ OpcXmlDaClient.Protocol.Types: WriteRequestItemList :: !Vector ItemValue -> !Maybe Text -> WriteRequestItemList
+ OpcXmlDaClient.Protocol.Types: WriteResponse :: !Maybe ReplyBase -> !Maybe ReplyItemList -> !Vector OpcError -> WriteResponse
+ OpcXmlDaClient.Protocol.Types: [$sel:_browseFilter:Browse] :: Browse -> !BrowseFilter
+ OpcXmlDaClient.Protocol.Types: [$sel:_browseResult:BrowseResponse] :: BrowseResponse -> !Maybe ReplyBase
+ OpcXmlDaClient.Protocol.Types: [$sel:_clientItemHandle:ItemValue] :: ItemValue -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_clientItemHandle:ReadRequestItem] :: ReadRequestItem -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_clientItemHandle:SubscribeRequestItem] :: SubscribeRequestItem -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_clientRequestHandle:Browse] :: Browse -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_clientRequestHandle:GetProperties] :: GetProperties -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_clientRequestHandle:GetStatus] :: GetStatus -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_clientRequestHandle:ReplyBase] :: ReplyBase -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_clientRequestHandle:RequestOptions] :: RequestOptions -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_clientRequestHandle:SubscriptionCancelResponse] :: SubscriptionCancelResponse -> Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_clientRequestHandle:SubscriptionCancel] :: SubscriptionCancel -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_code:SoapFault] :: SoapFault -> !SoapFaultCode
+ OpcXmlDaClient.Protocol.Types: [$sel:_continuationPoint:BrowseResponse] :: BrowseResponse -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_continuationPoint:Browse] :: Browse -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_dataBufferOverflow:SubscriptionPolledRefreshResponse] :: SubscriptionPolledRefreshResponse -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_deadband:SubscribeRequestItemList] :: SubscribeRequestItemList -> !Maybe Float
+ OpcXmlDaClient.Protocol.Types: [$sel:_deadband:SubscribeRequestItem] :: SubscribeRequestItem -> !Maybe Float
+ OpcXmlDaClient.Protocol.Types: [$sel:_description:ItemProperty] :: ItemProperty -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_diagnosticInfo:ItemValue] :: ItemValue -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_elementNameFilter:Browse] :: Browse -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_elements:BrowseResponse] :: BrowseResponse -> !Vector BrowseElement
+ OpcXmlDaClient.Protocol.Types: [$sel:_enableBuffering:SubscribeRequestItemList] :: SubscribeRequestItemList -> !Maybe Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_enableBuffering:SubscribeRequestItem] :: SubscribeRequestItem -> !Maybe Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_errors:BrowseResponse] :: BrowseResponse -> !Vector OpcError
+ OpcXmlDaClient.Protocol.Types: [$sel:_errors:GetPropertiesResponse] :: GetPropertiesResponse -> !Vector OpcError
+ OpcXmlDaClient.Protocol.Types: [$sel:_errors:ReadResponse] :: ReadResponse -> !Vector OpcError
+ OpcXmlDaClient.Protocol.Types: [$sel:_errors:SubscribeResponse] :: SubscribeResponse -> !Vector OpcError
+ OpcXmlDaClient.Protocol.Types: [$sel:_errors:SubscriptionPolledRefreshResponse] :: SubscriptionPolledRefreshResponse -> !Vector OpcError
+ OpcXmlDaClient.Protocol.Types: [$sel:_errors:WriteResponse] :: WriteResponse -> !Vector OpcError
+ OpcXmlDaClient.Protocol.Types: [$sel:_getPropertiesResult:GetPropertiesResponse] :: GetPropertiesResponse -> !Maybe ReplyBase
+ OpcXmlDaClient.Protocol.Types: [$sel:_hasChildren:BrowseElement] :: BrowseElement -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_holdTime:SubscriptionPolledRefresh] :: SubscriptionPolledRefresh -> !Maybe UTCTime
+ OpcXmlDaClient.Protocol.Types: [$sel:_id:OpcError] :: OpcError -> !QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_invalidServerSubHandles:SubscriptionPolledRefreshResponse] :: SubscriptionPolledRefreshResponse -> !Vector Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_isItem:BrowseElement] :: BrowseElement -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemIds:GetProperties] :: GetProperties -> !Vector ItemIdentifier
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemList:Read] :: Read -> !Maybe ReadRequestItemList
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemList:Subscribe] :: Subscribe -> !Maybe SubscribeRequestItemList
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemList:Write] :: Write -> !Maybe WriteRequestItemList
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemName:BrowseElement] :: BrowseElement -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemName:Browse] :: Browse -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemName:ItemIdentifier] :: ItemIdentifier -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemName:ItemProperty] :: ItemProperty -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemName:ItemValue] :: ItemValue -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemName:PropertyReplyList] :: PropertyReplyList -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemName:ReadRequestItem] :: ReadRequestItem -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemName:SubscribeRequestItem] :: SubscribeRequestItem -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:BrowseElement] :: BrowseElement -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:Browse] :: Browse -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:GetProperties] :: GetProperties -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:ItemIdentifier] :: ItemIdentifier -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:ItemProperty] :: ItemProperty -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:ItemValue] :: ItemValue -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:PropertyReplyList] :: PropertyReplyList -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:ReadRequestItemList] :: ReadRequestItemList -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:ReadRequestItem] :: ReadRequestItem -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:SubscribeRequestItemList] :: SubscribeRequestItemList -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:SubscribeRequestItem] :: SubscribeRequestItem -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemPath:WriteRequestItemList] :: WriteRequestItemList -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_itemValue:SubscribeItemValue] :: SubscribeItemValue -> !ItemValue
+ OpcXmlDaClient.Protocol.Types: [$sel:_items:ReadRequestItemList] :: ReadRequestItemList -> !Vector ReadRequestItem
+ OpcXmlDaClient.Protocol.Types: [$sel:_items:ReplyItemList] :: ReplyItemList -> !Vector ItemValue
+ OpcXmlDaClient.Protocol.Types: [$sel:_items:SubscribePolledRefreshReplyItemList] :: SubscribePolledRefreshReplyItemList -> !Vector ItemValue
+ OpcXmlDaClient.Protocol.Types: [$sel:_items:SubscribeReplyItemList] :: SubscribeReplyItemList -> !Vector SubscribeItemValue
+ OpcXmlDaClient.Protocol.Types: [$sel:_items:SubscribeRequestItemList] :: SubscribeRequestItemList -> !Vector SubscribeRequestItem
+ OpcXmlDaClient.Protocol.Types: [$sel:_items:WriteRequestItemList] :: WriteRequestItemList -> !Vector ItemValue
+ OpcXmlDaClient.Protocol.Types: [$sel:_limitField:OpcQuality] :: OpcQuality -> !LimitBits
+ OpcXmlDaClient.Protocol.Types: [$sel:_localeId:Browse] :: Browse -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_localeId:GetProperties] :: GetProperties -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_localeId:GetStatus] :: GetStatus -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_localeId:RequestOptions] :: RequestOptions -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_maxAge:ReadRequestItemList] :: ReadRequestItemList -> !Maybe Int32
+ OpcXmlDaClient.Protocol.Types: [$sel:_maxAge:ReadRequestItem] :: ReadRequestItem -> !Maybe Int32
+ OpcXmlDaClient.Protocol.Types: [$sel:_maxElementsReturned:Browse] :: Browse -> !Int32
+ OpcXmlDaClient.Protocol.Types: [$sel:_moreElements:BrowseResponse] :: BrowseResponse -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_name:BrowseElement] :: BrowseElement -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_name:ItemProperty] :: ItemProperty -> !QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_options:Read] :: Read -> !Maybe RequestOptions
+ OpcXmlDaClient.Protocol.Types: [$sel:_options:Subscribe] :: Subscribe -> !Maybe RequestOptions
+ OpcXmlDaClient.Protocol.Types: [$sel:_options:SubscriptionPolledRefresh] :: SubscriptionPolledRefresh -> !Maybe RequestOptions
+ OpcXmlDaClient.Protocol.Types: [$sel:_options:Write] :: Write -> !Maybe RequestOptions
+ OpcXmlDaClient.Protocol.Types: [$sel:_productVersion:ServerStatus] :: ServerStatus -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_properties:BrowseElement] :: BrowseElement -> !Vector ItemProperty
+ OpcXmlDaClient.Protocol.Types: [$sel:_properties:PropertyReplyList] :: PropertyReplyList -> !Vector ItemProperty
+ OpcXmlDaClient.Protocol.Types: [$sel:_propertyLists:GetPropertiesResponse] :: GetPropertiesResponse -> !Vector PropertyReplyList
+ OpcXmlDaClient.Protocol.Types: [$sel:_propertyNames:Browse] :: Browse -> !Vector QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_propertyNames:GetProperties] :: GetProperties -> !Vector QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_quality:ItemValue] :: ItemValue -> !Maybe OpcQuality
+ OpcXmlDaClient.Protocol.Types: [$sel:_qualityField:OpcQuality] :: OpcQuality -> !QualityBits
+ OpcXmlDaClient.Protocol.Types: [$sel:_rItemList:ReadResponse] :: ReadResponse -> !Maybe ReplyItemList
+ OpcXmlDaClient.Protocol.Types: [$sel:_rItemList:SubscribeResponse] :: SubscribeResponse -> !Maybe SubscribeReplyItemList
+ OpcXmlDaClient.Protocol.Types: [$sel:_rItemList:SubscriptionPolledRefreshResponse] :: SubscriptionPolledRefreshResponse -> !Vector SubscribePolledRefreshReplyItemList
+ OpcXmlDaClient.Protocol.Types: [$sel:_rItemList:WriteResponse] :: WriteResponse -> !Maybe ReplyItemList
+ OpcXmlDaClient.Protocol.Types: [$sel:_rcvTime:ReplyBase] :: ReplyBase -> !UTCTime
+ OpcXmlDaClient.Protocol.Types: [$sel:_readResult:ReadResponse] :: ReadResponse -> !Maybe ReplyBase
+ OpcXmlDaClient.Protocol.Types: [$sel:_reason:SoapFault] :: SoapFault -> !Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_replyTime:ReplyBase] :: ReplyBase -> !UTCTime
+ OpcXmlDaClient.Protocol.Types: [$sel:_reqType:ReadRequestItemList] :: ReadRequestItemList -> !Maybe QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_reqType:ReadRequestItem] :: ReadRequestItem -> !Maybe QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_reqType:SubscribeRequestItemList] :: SubscribeRequestItemList -> !Maybe QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_reqType:SubscribeRequestItem] :: SubscribeRequestItem -> !Maybe QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_requestDeadline:RequestOptions] :: RequestOptions -> !Maybe UTCTime
+ OpcXmlDaClient.Protocol.Types: [$sel:_requestedSamplingRate:SubscribeRequestItemList] :: SubscribeRequestItemList -> !Maybe Int32
+ OpcXmlDaClient.Protocol.Types: [$sel:_requestedSamplingRate:SubscribeRequestItem] :: SubscribeRequestItem -> !Maybe Int32
+ OpcXmlDaClient.Protocol.Types: [$sel:_reserved:ReplyItemList] :: ReplyItemList -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_result:GetStatusResponse] :: GetStatusResponse -> !Maybe ReplyBase
+ OpcXmlDaClient.Protocol.Types: [$sel:_resultId:ItemProperty] :: ItemProperty -> !Maybe QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_resultId:ItemValue] :: ItemValue -> !Maybe QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_resultId:PropertyReplyList] :: PropertyReplyList -> !Maybe QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnAllItems:SubscriptionPolledRefresh] :: SubscriptionPolledRefresh -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnAllProperties:Browse] :: Browse -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnAllProperties:GetProperties] :: GetProperties -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnDiagnosticInfo:RequestOptions] :: RequestOptions -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnErrorText:Browse] :: Browse -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnErrorText:GetProperties] :: GetProperties -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnErrorText:RequestOptions] :: RequestOptions -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnItemName:RequestOptions] :: RequestOptions -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnItemPath:RequestOptions] :: RequestOptions -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnItemTime:RequestOptions] :: RequestOptions -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnPropertyValues:Browse] :: Browse -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnPropertyValues:GetProperties] :: GetProperties -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnValuesOnReply:Subscribe] :: Subscribe -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_returnValuesOnReply:Write] :: Write -> !Bool
+ OpcXmlDaClient.Protocol.Types: [$sel:_revisedLocaleId:ReplyBase] :: ReplyBase -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_revisedSamplingRate:SubscribeItemValue] :: SubscribeItemValue -> !Maybe Int
+ OpcXmlDaClient.Protocol.Types: [$sel:_revisedSamplingRate:SubscribeReplyItemList] :: SubscribeReplyItemList -> !Maybe Int32
+ OpcXmlDaClient.Protocol.Types: [$sel:_serverState:ReplyBase] :: ReplyBase -> !ServerState
+ OpcXmlDaClient.Protocol.Types: [$sel:_serverSubHandle:SubscribeResponse] :: SubscribeResponse -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_serverSubHandle:SubscriptionCancel] :: SubscriptionCancel -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_serverSubHandles:SubscriptionPolledRefresh] :: SubscriptionPolledRefresh -> !Vector Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_startTime:ServerStatus] :: ServerStatus -> !UTCTime
+ OpcXmlDaClient.Protocol.Types: [$sel:_status:GetStatusResponse] :: GetStatusResponse -> !Maybe ServerStatus
+ OpcXmlDaClient.Protocol.Types: [$sel:_statusInfo:ServerStatus] :: ServerStatus -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_subscribeResult:SubscribeResponse] :: SubscribeResponse -> !Maybe ReplyBase
+ OpcXmlDaClient.Protocol.Types: [$sel:_subscriptionHandle:SubscribePolledRefreshReplyItemList] :: SubscribePolledRefreshReplyItemList -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_subscriptionPingRate:Subscribe] :: Subscribe -> !Maybe Int32
+ OpcXmlDaClient.Protocol.Types: [$sel:_subscriptionPolledRefreshResult:SubscriptionPolledRefreshResponse] :: SubscriptionPolledRefreshResponse -> !Maybe ReplyBase
+ OpcXmlDaClient.Protocol.Types: [$sel:_supportedInterfaceVersions:ServerStatus] :: ServerStatus -> !Vector Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_supportedLocaleIds:ServerStatus] :: ServerStatus -> !Vector Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_text:OpcError] :: OpcError -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_timestamp:ItemValue] :: ItemValue -> !Maybe UTCTime
+ OpcXmlDaClient.Protocol.Types: [$sel:_type:ValueNonStandard] :: ValueNonStandard -> !QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_value:ItemProperty] :: ItemProperty -> !Maybe Value
+ OpcXmlDaClient.Protocol.Types: [$sel:_value:ItemValue] :: ItemValue -> !Maybe Value
+ OpcXmlDaClient.Protocol.Types: [$sel:_valueTypeQualifier:ItemValue] :: ItemValue -> !Maybe QName
+ OpcXmlDaClient.Protocol.Types: [$sel:_vendorField:OpcQuality] :: OpcQuality -> !Word8
+ OpcXmlDaClient.Protocol.Types: [$sel:_vendorFilter:Browse] :: Browse -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_vendorInfo:ServerStatus] :: ServerStatus -> !Maybe Text
+ OpcXmlDaClient.Protocol.Types: [$sel:_waitTime:SubscriptionPolledRefresh] :: SubscriptionPolledRefresh -> !Int32
+ OpcXmlDaClient.Protocol.Types: [$sel:_writeResult:WriteResponse] :: WriteResponse -> !Maybe ReplyBase
+ OpcXmlDaClient.Protocol.Types: [$sel:_xml:ValueNonStandard] :: ValueNonStandard -> ![Node]
+ OpcXmlDaClient.Protocol.Types: data Browse
+ OpcXmlDaClient.Protocol.Types: data BrowseElement
+ OpcXmlDaClient.Protocol.Types: data BrowseFilter
+ OpcXmlDaClient.Protocol.Types: data BrowseResponse
+ OpcXmlDaClient.Protocol.Types: data GetProperties
+ OpcXmlDaClient.Protocol.Types: data GetPropertiesResponse
+ OpcXmlDaClient.Protocol.Types: data GetStatus
+ OpcXmlDaClient.Protocol.Types: data GetStatusResponse
+ OpcXmlDaClient.Protocol.Types: data ItemIdentifier
+ OpcXmlDaClient.Protocol.Types: data ItemProperty
+ OpcXmlDaClient.Protocol.Types: data ItemValue
+ OpcXmlDaClient.Protocol.Types: data LimitBits
+ OpcXmlDaClient.Protocol.Types: data OpcError
+ OpcXmlDaClient.Protocol.Types: data OpcQuality
+ OpcXmlDaClient.Protocol.Types: data PropertyReplyList
+ OpcXmlDaClient.Protocol.Types: data QName
+ OpcXmlDaClient.Protocol.Types: data QualityBits
+ OpcXmlDaClient.Protocol.Types: data Read
+ OpcXmlDaClient.Protocol.Types: data ReadRequestItem
+ OpcXmlDaClient.Protocol.Types: data ReadRequestItemList
+ OpcXmlDaClient.Protocol.Types: data ReadResponse
+ OpcXmlDaClient.Protocol.Types: data ReplyBase
+ OpcXmlDaClient.Protocol.Types: data ReplyItemList
+ OpcXmlDaClient.Protocol.Types: data RequestOptions
+ OpcXmlDaClient.Protocol.Types: data ResultCode
+ OpcXmlDaClient.Protocol.Types: data ServerState
+ OpcXmlDaClient.Protocol.Types: data ServerStatus
+ OpcXmlDaClient.Protocol.Types: data SoapFault
+ OpcXmlDaClient.Protocol.Types: data SoapFaultCode
+ OpcXmlDaClient.Protocol.Types: data StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: data Subscribe
+ OpcXmlDaClient.Protocol.Types: data SubscribeItemValue
+ OpcXmlDaClient.Protocol.Types: data SubscribePolledRefreshReplyItemList
+ OpcXmlDaClient.Protocol.Types: data SubscribeReplyItemList
+ OpcXmlDaClient.Protocol.Types: data SubscribeRequestItem
+ OpcXmlDaClient.Protocol.Types: data SubscribeRequestItemList
+ OpcXmlDaClient.Protocol.Types: data SubscribeResponse
+ OpcXmlDaClient.Protocol.Types: data SubscriptionCancel
+ OpcXmlDaClient.Protocol.Types: data SubscriptionPolledRefresh
+ OpcXmlDaClient.Protocol.Types: data SubscriptionPolledRefreshResponse
+ OpcXmlDaClient.Protocol.Types: data Value
+ OpcXmlDaClient.Protocol.Types: data ValueNonStandard
+ OpcXmlDaClient.Protocol.Types: data Write
+ OpcXmlDaClient.Protocol.Types: data WriteRequestItemList
+ OpcXmlDaClient.Protocol.Types: data WriteResponse
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "accessDenied" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "all" c OpcXmlDaClient.Protocol.Types.BrowseFilter OpcXmlDaClient.Protocol.Types.BrowseFilter a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "bad" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "badCommFailure" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "badConfigurationError" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "badDeviceFailure" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "badLastKnownValue" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "badNotConnected" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "badOutOfService" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "badSensorFailure" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "badWaitingForInitialData" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "branch" c OpcXmlDaClient.Protocol.Types.BrowseFilter OpcXmlDaClient.Protocol.Types.BrowseFilter a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "busy" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "clamp" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "commFault" c OpcXmlDaClient.Protocol.Types.ServerState OpcXmlDaClient.Protocol.Types.ServerState a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "constant" c OpcXmlDaClient.Protocol.Types.LimitBits OpcXmlDaClient.Protocol.Types.LimitBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "dataEncodingUnknown" c OpcXmlDaClient.Protocol.Types.StdSoapFaultCode OpcXmlDaClient.Protocol.Types.StdSoapFaultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "dataQueueOverflow" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "fail" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "failed" c OpcXmlDaClient.Protocol.Types.ServerState OpcXmlDaClient.Protocol.Types.ServerState a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "good" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "goodLocalOverride" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "high" c OpcXmlDaClient.Protocol.Types.LimitBits OpcXmlDaClient.Protocol.Types.LimitBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "invalidContinuationPoint" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "invalidFilter" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "invalidHoldTime" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "invalidItemName" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "invalidItemPath" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "invalidPid" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "item" c OpcXmlDaClient.Protocol.Types.BrowseFilter OpcXmlDaClient.Protocol.Types.BrowseFilter a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "low" c OpcXmlDaClient.Protocol.Types.LimitBits OpcXmlDaClient.Protocol.Types.LimitBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "mustUnderstand" c OpcXmlDaClient.Protocol.Types.StdSoapFaultCode OpcXmlDaClient.Protocol.Types.StdSoapFaultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "noConfig" c OpcXmlDaClient.Protocol.Types.ServerState OpcXmlDaClient.Protocol.Types.ServerState a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "noSubscription" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "none" c OpcXmlDaClient.Protocol.Types.LimitBits OpcXmlDaClient.Protocol.Types.LimitBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "notSupported" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "outOfMemory" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "range" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "readOnly" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "receiver" c OpcXmlDaClient.Protocol.Types.StdSoapFaultCode OpcXmlDaClient.Protocol.Types.StdSoapFaultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "running" c OpcXmlDaClient.Protocol.Types.ServerState OpcXmlDaClient.Protocol.Types.ServerState a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "sender" c OpcXmlDaClient.Protocol.Types.StdSoapFaultCode OpcXmlDaClient.Protocol.Types.StdSoapFaultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "serverState" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "suspended" c OpcXmlDaClient.Protocol.Types.ServerState OpcXmlDaClient.Protocol.Types.ServerState a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "test" c OpcXmlDaClient.Protocol.Types.ServerState OpcXmlDaClient.Protocol.Types.ServerState a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "timedOut" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "uncertain" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "uncertainEUExceeded" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "uncertainLastUsableValue" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "uncertainSensorNotAccurate" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "uncertainSubNormal" c OpcXmlDaClient.Protocol.Types.QualityBits OpcXmlDaClient.Protocol.Types.QualityBits a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "unknownItemName" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "unknownItemPath" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "unsupportedRate" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "versionMismatch" c OpcXmlDaClient.Protocol.Types.StdSoapFaultCode OpcXmlDaClient.Protocol.Types.StdSoapFaultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (), b GHC.Types.~ (), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "writeOnly" c OpcXmlDaClient.Protocol.Types.ResultCode OpcXmlDaClient.Protocol.Types.ResultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ (Data.Text.Internal.Text, Data.Text.Internal.Text), b GHC.Types.~ (Data.Text.Internal.Text, Data.Text.Internal.Text), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "namespaced" c OpcXmlDaClient.Protocol.Types.QName OpcXmlDaClient.Protocol.Types.QName a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.ByteString.Internal.ByteString) => GHC.OverloadedLabels.IsLabel "base64Binary" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.ByteString.Internal.ByteString, b GHC.Types.~ Data.ByteString.Internal.ByteString, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "base64Binary" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Scientific.Scientific) => GHC.OverloadedLabels.IsLabel "decimal" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Scientific.Scientific, b GHC.Types.~ Data.Scientific.Scientific, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "decimal" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "reason" (OpcXmlDaClient.Protocol.Types.SoapFault -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "string" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "unnamespaced" (a -> OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Text.Internal.Text, b GHC.Types.~ Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "namespaced" (a -> b -> OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Text.Internal.Text, b GHC.Types.~ Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "reason" c OpcXmlDaClient.Protocol.Types.SoapFault OpcXmlDaClient.Protocol.Types.SoapFault a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Text.Internal.Text, b GHC.Types.~ Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "string" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Text.Internal.Text, b GHC.Types.~ Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "unnamespaced" c OpcXmlDaClient.Protocol.Types.QName OpcXmlDaClient.Protocol.Types.QName a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime) => GHC.OverloadedLabels.IsLabel "dateTime" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime) => GHC.OverloadedLabels.IsLabel "rcvTime" (OpcXmlDaClient.Protocol.Types.ReplyBase -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime) => GHC.OverloadedLabels.IsLabel "replyTime" (OpcXmlDaClient.Protocol.Types.ReplyBase -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime) => GHC.OverloadedLabels.IsLabel "startTime" (OpcXmlDaClient.Protocol.Types.ServerStatus -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime, b GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "rcvTime" c OpcXmlDaClient.Protocol.Types.ReplyBase OpcXmlDaClient.Protocol.Types.ReplyBase a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime, b GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "replyTime" c OpcXmlDaClient.Protocol.Types.ReplyBase OpcXmlDaClient.Protocol.Types.ReplyBase a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime, b GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "startTime" c OpcXmlDaClient.Protocol.Types.ServerStatus OpcXmlDaClient.Protocol.Types.ServerStatus a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime, b GHC.Types.~ Data.Time.Clock.Internal.UTCTime.UTCTime, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "dateTime" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int16) => GHC.OverloadedLabels.IsLabel "arrayOfShort" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int16, b GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int16, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfShort" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int32) => GHC.OverloadedLabels.IsLabel "arrayOfInt" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int32, b GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfInt" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int64) => GHC.OverloadedLabels.IsLabel "arrayOfLong" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int64, b GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int64, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfLong" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int8) => GHC.OverloadedLabels.IsLabel "arrayOfByte" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int8, b GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Int.Int8, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfByte" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "arrayOfBoolean" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Types.Bool, b GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfBoolean" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Types.Double) => GHC.OverloadedLabels.IsLabel "arrayOfDouble" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Types.Double, b GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Types.Double, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfDouble" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Types.Float) => GHC.OverloadedLabels.IsLabel "arrayOfFloat" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Types.Float, b GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Types.Float, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfFloat" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Word.Word16) => GHC.OverloadedLabels.IsLabel "arrayOfUnsignedShort" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Word.Word16, b GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Word.Word16, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfUnsignedShort" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Word.Word32) => GHC.OverloadedLabels.IsLabel "arrayOfUnsignedInt" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Word.Word32, b GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Word.Word32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfUnsignedInt" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Word.Word64) => GHC.OverloadedLabels.IsLabel "arrayOfUnsignedLong" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Word.Word64, b GHC.Types.~ Data.Vector.Unboxed.Base.Vector GHC.Word.Word64, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfUnsignedLong" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value)) => GHC.OverloadedLabels.IsLabel "arrayOfAnyType" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value), b GHC.Types.~ Data.Vector.Vector (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value), c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfAnyType" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Scientific.Scientific) => GHC.OverloadedLabels.IsLabel "arrayOfDecimal" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Scientific.Scientific, b GHC.Types.~ Data.Vector.Vector Data.Scientific.Scientific, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfDecimal" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "arrayOfString" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "invalidServerSubHandles" (OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "serverSubHandles" (OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "supportedInterfaceVersions" (OpcXmlDaClient.Protocol.Types.ServerStatus -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "supportedLocaleIds" (OpcXmlDaClient.Protocol.Types.ServerStatus -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text, b GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "invalidServerSubHandles" c OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text, b GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "serverSubHandles" c OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text, b GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "supportedInterfaceVersions" c OpcXmlDaClient.Protocol.Types.ServerStatus OpcXmlDaClient.Protocol.Types.ServerStatus a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text, b GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "supportedLocaleIds" c OpcXmlDaClient.Protocol.Types.ServerStatus OpcXmlDaClient.Protocol.Types.ServerStatus a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text, b GHC.Types.~ Data.Vector.Vector Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfString" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Time.Clock.Internal.UTCTime.UTCTime) => GHC.OverloadedLabels.IsLabel "arrayOfDateTime" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector Data.Time.Clock.Internal.UTCTime.UTCTime, b GHC.Types.~ Data.Vector.Vector Data.Time.Clock.Internal.UTCTime.UTCTime, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "arrayOfDateTime" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.BrowseElement) => GHC.OverloadedLabels.IsLabel "elements" (OpcXmlDaClient.Protocol.Types.BrowseResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.BrowseElement, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.BrowseElement, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "elements" c OpcXmlDaClient.Protocol.Types.BrowseResponse OpcXmlDaClient.Protocol.Types.BrowseResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemIdentifier) => GHC.OverloadedLabels.IsLabel "itemIds" (OpcXmlDaClient.Protocol.Types.GetProperties -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemIdentifier, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemIdentifier, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemIds" c OpcXmlDaClient.Protocol.Types.GetProperties OpcXmlDaClient.Protocol.Types.GetProperties a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemProperty) => GHC.OverloadedLabels.IsLabel "properties" (OpcXmlDaClient.Protocol.Types.BrowseElement -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemProperty) => GHC.OverloadedLabels.IsLabel "properties" (OpcXmlDaClient.Protocol.Types.PropertyReplyList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemProperty, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemProperty, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "properties" c OpcXmlDaClient.Protocol.Types.BrowseElement OpcXmlDaClient.Protocol.Types.BrowseElement a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemProperty, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemProperty, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "properties" c OpcXmlDaClient.Protocol.Types.PropertyReplyList OpcXmlDaClient.Protocol.Types.PropertyReplyList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue) => GHC.OverloadedLabels.IsLabel "items" (OpcXmlDaClient.Protocol.Types.ReplyItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue) => GHC.OverloadedLabels.IsLabel "items" (OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue) => GHC.OverloadedLabels.IsLabel "items" (OpcXmlDaClient.Protocol.Types.WriteRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "items" c OpcXmlDaClient.Protocol.Types.ReplyItemList OpcXmlDaClient.Protocol.Types.ReplyItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "items" c OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "items" c OpcXmlDaClient.Protocol.Types.WriteRequestItemList OpcXmlDaClient.Protocol.Types.WriteRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError) => GHC.OverloadedLabels.IsLabel "errors" (OpcXmlDaClient.Protocol.Types.BrowseResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError) => GHC.OverloadedLabels.IsLabel "errors" (OpcXmlDaClient.Protocol.Types.GetPropertiesResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError) => GHC.OverloadedLabels.IsLabel "errors" (OpcXmlDaClient.Protocol.Types.ReadResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError) => GHC.OverloadedLabels.IsLabel "errors" (OpcXmlDaClient.Protocol.Types.SubscribeResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError) => GHC.OverloadedLabels.IsLabel "errors" (OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError) => GHC.OverloadedLabels.IsLabel "errors" (OpcXmlDaClient.Protocol.Types.WriteResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "errors" c OpcXmlDaClient.Protocol.Types.BrowseResponse OpcXmlDaClient.Protocol.Types.BrowseResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "errors" c OpcXmlDaClient.Protocol.Types.GetPropertiesResponse OpcXmlDaClient.Protocol.Types.GetPropertiesResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "errors" c OpcXmlDaClient.Protocol.Types.ReadResponse OpcXmlDaClient.Protocol.Types.ReadResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "errors" c OpcXmlDaClient.Protocol.Types.SubscribeResponse OpcXmlDaClient.Protocol.Types.SubscribeResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "errors" c OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "errors" c OpcXmlDaClient.Protocol.Types.WriteResponse OpcXmlDaClient.Protocol.Types.WriteResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.PropertyReplyList) => GHC.OverloadedLabels.IsLabel "propertyLists" (OpcXmlDaClient.Protocol.Types.GetPropertiesResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.PropertyReplyList, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.PropertyReplyList, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "propertyLists" c OpcXmlDaClient.Protocol.Types.GetPropertiesResponse OpcXmlDaClient.Protocol.Types.GetPropertiesResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "propertyNames" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "propertyNames" (OpcXmlDaClient.Protocol.Types.GetProperties -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "propertyNames" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "propertyNames" c OpcXmlDaClient.Protocol.Types.GetProperties OpcXmlDaClient.Protocol.Types.GetProperties a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ReadRequestItem) => GHC.OverloadedLabels.IsLabel "items" (OpcXmlDaClient.Protocol.Types.ReadRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ReadRequestItem, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ReadRequestItem, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "items" c OpcXmlDaClient.Protocol.Types.ReadRequestItemList OpcXmlDaClient.Protocol.Types.ReadRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribeItemValue) => GHC.OverloadedLabels.IsLabel "items" (OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribeItemValue, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribeItemValue, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "items" c OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList) => GHC.OverloadedLabels.IsLabel "rItemList" (OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "rItemList" c OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribeRequestItem) => GHC.OverloadedLabels.IsLabel "items" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribeRequestItem, b GHC.Types.~ Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribeRequestItem, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "items" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int16) => GHC.OverloadedLabels.IsLabel "short" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int16, b GHC.Types.~ GHC.Int.Int16, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "short" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int32) => GHC.OverloadedLabels.IsLabel "int" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int32) => GHC.OverloadedLabels.IsLabel "maxElementsReturned" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int32) => GHC.OverloadedLabels.IsLabel "waitTime" (OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int32, b GHC.Types.~ GHC.Int.Int32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "maxElementsReturned" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int32, b GHC.Types.~ GHC.Int.Int32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "waitTime" c OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int32, b GHC.Types.~ GHC.Int.Int32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "int" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int64) => GHC.OverloadedLabels.IsLabel "long" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int64, b GHC.Types.~ GHC.Int.Int64, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "long" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int8) => GHC.OverloadedLabels.IsLabel "byte" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Int.Int8, b GHC.Types.~ GHC.Int.Int8, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "byte" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Text.Internal.Text, Data.Text.Internal.Text)) => GHC.OverloadedLabels.IsLabel "namespaced" (OpcXmlDaClient.Protocol.Types.QName -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Int.Int16)) => GHC.OverloadedLabels.IsLabel "arrayOfShort" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Int.Int32)) => GHC.OverloadedLabels.IsLabel "arrayOfInt" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Int.Int64)) => GHC.OverloadedLabels.IsLabel "arrayOfLong" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Int.Int8)) => GHC.OverloadedLabels.IsLabel "arrayOfByte" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Types.Bool)) => GHC.OverloadedLabels.IsLabel "arrayOfBoolean" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Types.Double)) => GHC.OverloadedLabels.IsLabel "arrayOfDouble" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Types.Float)) => GHC.OverloadedLabels.IsLabel "arrayOfFloat" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Word.Word16)) => GHC.OverloadedLabels.IsLabel "arrayOfUnsignedShort" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Word.Word32)) => GHC.OverloadedLabels.IsLabel "arrayOfUnsignedInt" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Word.Word64)) => GHC.OverloadedLabels.IsLabel "arrayOfUnsignedLong" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Vector (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value))) => GHC.OverloadedLabels.IsLabel "arrayOfAnyType" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Vector Data.Scientific.Scientific)) => GHC.OverloadedLabels.IsLabel "arrayOfDecimal" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Vector Data.Text.Internal.Text)) => GHC.OverloadedLabels.IsLabel "arrayOfString" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe (Data.Vector.Vector Data.Time.Clock.Internal.UTCTime.UTCTime)) => GHC.OverloadedLabels.IsLabel "arrayOfDateTime" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.ByteString.Internal.ByteString) => GHC.OverloadedLabels.IsLabel "base64Binary" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Scientific.Scientific) => GHC.OverloadedLabels.IsLabel "decimal" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "clientItemHandle" (OpcXmlDaClient.Protocol.Types.ItemValue -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "clientItemHandle" (OpcXmlDaClient.Protocol.Types.ReadRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "clientItemHandle" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "clientRequestHandle" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "clientRequestHandle" (OpcXmlDaClient.Protocol.Types.GetProperties -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "clientRequestHandle" (OpcXmlDaClient.Protocol.Types.GetStatus -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "clientRequestHandle" (OpcXmlDaClient.Protocol.Types.ReplyBase -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "clientRequestHandle" (OpcXmlDaClient.Protocol.Types.RequestOptions -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "clientRequestHandle" (OpcXmlDaClient.Protocol.Types.SubscriptionCancel -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "clientRequestHandle" (OpcXmlDaClient.Protocol.Types.SubscriptionCancelResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "continuationPoint" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "continuationPoint" (OpcXmlDaClient.Protocol.Types.BrowseResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "description" (OpcXmlDaClient.Protocol.Types.ItemProperty -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "diagnosticInfo" (OpcXmlDaClient.Protocol.Types.ItemValue -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "elementNameFilter" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemName" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemName" (OpcXmlDaClient.Protocol.Types.BrowseElement -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemName" (OpcXmlDaClient.Protocol.Types.ItemIdentifier -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemName" (OpcXmlDaClient.Protocol.Types.ItemProperty -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemName" (OpcXmlDaClient.Protocol.Types.ItemValue -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemName" (OpcXmlDaClient.Protocol.Types.PropertyReplyList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemName" (OpcXmlDaClient.Protocol.Types.ReadRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemName" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.BrowseElement -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.GetProperties -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.ItemIdentifier -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.ItemProperty -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.ItemValue -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.PropertyReplyList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.ReadRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.ReadRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "itemPath" (OpcXmlDaClient.Protocol.Types.WriteRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "localeId" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "localeId" (OpcXmlDaClient.Protocol.Types.GetProperties -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "localeId" (OpcXmlDaClient.Protocol.Types.GetStatus -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "localeId" (OpcXmlDaClient.Protocol.Types.RequestOptions -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "name" (OpcXmlDaClient.Protocol.Types.BrowseElement -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "productVersion" (OpcXmlDaClient.Protocol.Types.ServerStatus -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "reserved" (OpcXmlDaClient.Protocol.Types.ReplyItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "revisedLocaleId" (OpcXmlDaClient.Protocol.Types.ReplyBase -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "serverSubHandle" (OpcXmlDaClient.Protocol.Types.SubscribeResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "serverSubHandle" (OpcXmlDaClient.Protocol.Types.SubscriptionCancel -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "statusInfo" (OpcXmlDaClient.Protocol.Types.ServerStatus -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "string" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "subscriptionHandle" (OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "text" (OpcXmlDaClient.Protocol.Types.OpcError -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "unnamespaced" (OpcXmlDaClient.Protocol.Types.QName -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "vendorFilter" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text) => GHC.OverloadedLabels.IsLabel "vendorInfo" (OpcXmlDaClient.Protocol.Types.ServerStatus -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "clientItemHandle" c OpcXmlDaClient.Protocol.Types.ItemValue OpcXmlDaClient.Protocol.Types.ItemValue a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "clientItemHandle" c OpcXmlDaClient.Protocol.Types.ReadRequestItem OpcXmlDaClient.Protocol.Types.ReadRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "clientItemHandle" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItem OpcXmlDaClient.Protocol.Types.SubscribeRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "clientRequestHandle" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "clientRequestHandle" c OpcXmlDaClient.Protocol.Types.GetProperties OpcXmlDaClient.Protocol.Types.GetProperties a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "clientRequestHandle" c OpcXmlDaClient.Protocol.Types.GetStatus OpcXmlDaClient.Protocol.Types.GetStatus a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "clientRequestHandle" c OpcXmlDaClient.Protocol.Types.ReplyBase OpcXmlDaClient.Protocol.Types.ReplyBase a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "clientRequestHandle" c OpcXmlDaClient.Protocol.Types.RequestOptions OpcXmlDaClient.Protocol.Types.RequestOptions a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "clientRequestHandle" c OpcXmlDaClient.Protocol.Types.SubscriptionCancel OpcXmlDaClient.Protocol.Types.SubscriptionCancel a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "clientRequestHandle" c OpcXmlDaClient.Protocol.Types.SubscriptionCancelResponse OpcXmlDaClient.Protocol.Types.SubscriptionCancelResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "continuationPoint" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "continuationPoint" c OpcXmlDaClient.Protocol.Types.BrowseResponse OpcXmlDaClient.Protocol.Types.BrowseResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "description" c OpcXmlDaClient.Protocol.Types.ItemProperty OpcXmlDaClient.Protocol.Types.ItemProperty a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "diagnosticInfo" c OpcXmlDaClient.Protocol.Types.ItemValue OpcXmlDaClient.Protocol.Types.ItemValue a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "elementNameFilter" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemName" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemName" c OpcXmlDaClient.Protocol.Types.BrowseElement OpcXmlDaClient.Protocol.Types.BrowseElement a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemName" c OpcXmlDaClient.Protocol.Types.ItemIdentifier OpcXmlDaClient.Protocol.Types.ItemIdentifier a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemName" c OpcXmlDaClient.Protocol.Types.ItemProperty OpcXmlDaClient.Protocol.Types.ItemProperty a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemName" c OpcXmlDaClient.Protocol.Types.ItemValue OpcXmlDaClient.Protocol.Types.ItemValue a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemName" c OpcXmlDaClient.Protocol.Types.PropertyReplyList OpcXmlDaClient.Protocol.Types.PropertyReplyList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemName" c OpcXmlDaClient.Protocol.Types.ReadRequestItem OpcXmlDaClient.Protocol.Types.ReadRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemName" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItem OpcXmlDaClient.Protocol.Types.SubscribeRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.BrowseElement OpcXmlDaClient.Protocol.Types.BrowseElement a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.GetProperties OpcXmlDaClient.Protocol.Types.GetProperties a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.ItemIdentifier OpcXmlDaClient.Protocol.Types.ItemIdentifier a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.ItemProperty OpcXmlDaClient.Protocol.Types.ItemProperty a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.ItemValue OpcXmlDaClient.Protocol.Types.ItemValue a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.PropertyReplyList OpcXmlDaClient.Protocol.Types.PropertyReplyList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.ReadRequestItem OpcXmlDaClient.Protocol.Types.ReadRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.ReadRequestItemList OpcXmlDaClient.Protocol.Types.ReadRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItem OpcXmlDaClient.Protocol.Types.SubscribeRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemPath" c OpcXmlDaClient.Protocol.Types.WriteRequestItemList OpcXmlDaClient.Protocol.Types.WriteRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "localeId" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "localeId" c OpcXmlDaClient.Protocol.Types.GetProperties OpcXmlDaClient.Protocol.Types.GetProperties a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "localeId" c OpcXmlDaClient.Protocol.Types.GetStatus OpcXmlDaClient.Protocol.Types.GetStatus a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "localeId" c OpcXmlDaClient.Protocol.Types.RequestOptions OpcXmlDaClient.Protocol.Types.RequestOptions a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "name" c OpcXmlDaClient.Protocol.Types.BrowseElement OpcXmlDaClient.Protocol.Types.BrowseElement a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "productVersion" c OpcXmlDaClient.Protocol.Types.ServerStatus OpcXmlDaClient.Protocol.Types.ServerStatus a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "reserved" c OpcXmlDaClient.Protocol.Types.ReplyItemList OpcXmlDaClient.Protocol.Types.ReplyItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "revisedLocaleId" c OpcXmlDaClient.Protocol.Types.ReplyBase OpcXmlDaClient.Protocol.Types.ReplyBase a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "serverSubHandle" c OpcXmlDaClient.Protocol.Types.SubscribeResponse OpcXmlDaClient.Protocol.Types.SubscribeResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "serverSubHandle" c OpcXmlDaClient.Protocol.Types.SubscriptionCancel OpcXmlDaClient.Protocol.Types.SubscriptionCancel a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "statusInfo" c OpcXmlDaClient.Protocol.Types.ServerStatus OpcXmlDaClient.Protocol.Types.ServerStatus a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "subscriptionHandle" c OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "text" c OpcXmlDaClient.Protocol.Types.OpcError OpcXmlDaClient.Protocol.Types.OpcError a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "vendorFilter" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, b GHC.Types.~ GHC.Maybe.Maybe Data.Text.Internal.Text, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "vendorInfo" c OpcXmlDaClient.Protocol.Types.ServerStatus OpcXmlDaClient.Protocol.Types.ServerStatus a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime) => GHC.OverloadedLabels.IsLabel "dateTime" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime) => GHC.OverloadedLabels.IsLabel "holdTime" (OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime) => GHC.OverloadedLabels.IsLabel "requestDeadline" (OpcXmlDaClient.Protocol.Types.RequestOptions -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime) => GHC.OverloadedLabels.IsLabel "timestamp" (OpcXmlDaClient.Protocol.Types.ItemValue -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime, b GHC.Types.~ GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "holdTime" c OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime, b GHC.Types.~ GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "requestDeadline" c OpcXmlDaClient.Protocol.Types.RequestOptions OpcXmlDaClient.Protocol.Types.RequestOptions a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime, b GHC.Types.~ GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "timestamp" c OpcXmlDaClient.Protocol.Types.ItemValue OpcXmlDaClient.Protocol.Types.ItemValue a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int16) => GHC.OverloadedLabels.IsLabel "short" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32) => GHC.OverloadedLabels.IsLabel "int" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32) => GHC.OverloadedLabels.IsLabel "maxAge" (OpcXmlDaClient.Protocol.Types.ReadRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32) => GHC.OverloadedLabels.IsLabel "maxAge" (OpcXmlDaClient.Protocol.Types.ReadRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32) => GHC.OverloadedLabels.IsLabel "requestedSamplingRate" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32) => GHC.OverloadedLabels.IsLabel "requestedSamplingRate" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32) => GHC.OverloadedLabels.IsLabel "revisedSamplingRate" (OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32) => GHC.OverloadedLabels.IsLabel "subscriptionPingRate" (OpcXmlDaClient.Protocol.Types.Subscribe -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, b GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "maxAge" c OpcXmlDaClient.Protocol.Types.ReadRequestItem OpcXmlDaClient.Protocol.Types.ReadRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, b GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "maxAge" c OpcXmlDaClient.Protocol.Types.ReadRequestItemList OpcXmlDaClient.Protocol.Types.ReadRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, b GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "requestedSamplingRate" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItem OpcXmlDaClient.Protocol.Types.SubscribeRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, b GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "requestedSamplingRate" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, b GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "revisedSamplingRate" c OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, b GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "subscriptionPingRate" c OpcXmlDaClient.Protocol.Types.Subscribe OpcXmlDaClient.Protocol.Types.Subscribe a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int64) => GHC.OverloadedLabels.IsLabel "long" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Int.Int8) => GHC.OverloadedLabels.IsLabel "byte" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "boolean" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "enableBuffering" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "enableBuffering" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Bool, b GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "enableBuffering" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItem OpcXmlDaClient.Protocol.Types.SubscribeRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Bool, b GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "enableBuffering" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Double) => GHC.OverloadedLabels.IsLabel "double" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Float) => GHC.OverloadedLabels.IsLabel "deadband" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Float) => GHC.OverloadedLabels.IsLabel "deadband" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Float) => GHC.OverloadedLabels.IsLabel "float" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Float, b GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Float, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "deadband" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItem OpcXmlDaClient.Protocol.Types.SubscribeRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Float, b GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Float, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "deadband" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Int) => GHC.OverloadedLabels.IsLabel "revisedSamplingRate" (OpcXmlDaClient.Protocol.Types.SubscribeItemValue -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Int, b GHC.Types.~ GHC.Maybe.Maybe GHC.Types.Int, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "revisedSamplingRate" c OpcXmlDaClient.Protocol.Types.SubscribeItemValue OpcXmlDaClient.Protocol.Types.SubscribeItemValue a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Word.Word16) => GHC.OverloadedLabels.IsLabel "unsignedShort" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Word.Word32) => GHC.OverloadedLabels.IsLabel "unsignedInt" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Word.Word64) => GHC.OverloadedLabels.IsLabel "unsignedLong" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe GHC.Word.Word8) => GHC.OverloadedLabels.IsLabel "unsignedByte" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.OpcQuality) => GHC.OverloadedLabels.IsLabel "opcQuality" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.OpcQuality) => GHC.OverloadedLabels.IsLabel "quality" (OpcXmlDaClient.Protocol.Types.ItemValue -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.OpcQuality, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.OpcQuality, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "quality" c OpcXmlDaClient.Protocol.Types.ItemValue OpcXmlDaClient.Protocol.Types.ItemValue a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "custom" (OpcXmlDaClient.Protocol.Types.SoapFaultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "qName" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "reqType" (OpcXmlDaClient.Protocol.Types.ReadRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "reqType" (OpcXmlDaClient.Protocol.Types.ReadRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "reqType" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItem -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "reqType" (OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "resultId" (OpcXmlDaClient.Protocol.Types.ItemProperty -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "resultId" (OpcXmlDaClient.Protocol.Types.ItemValue -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "resultId" (OpcXmlDaClient.Protocol.Types.PropertyReplyList -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "valueTypeQualifier" (OpcXmlDaClient.Protocol.Types.ItemValue -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "reqType" c OpcXmlDaClient.Protocol.Types.ReadRequestItem OpcXmlDaClient.Protocol.Types.ReadRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "reqType" c OpcXmlDaClient.Protocol.Types.ReadRequestItemList OpcXmlDaClient.Protocol.Types.ReadRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "reqType" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItem OpcXmlDaClient.Protocol.Types.SubscribeRequestItem a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "reqType" c OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "resultId" c OpcXmlDaClient.Protocol.Types.ItemProperty OpcXmlDaClient.Protocol.Types.ItemProperty a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "resultId" c OpcXmlDaClient.Protocol.Types.ItemValue OpcXmlDaClient.Protocol.Types.ItemValue a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "resultId" c OpcXmlDaClient.Protocol.Types.PropertyReplyList OpcXmlDaClient.Protocol.Types.PropertyReplyList a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "valueTypeQualifier" c OpcXmlDaClient.Protocol.Types.ItemValue OpcXmlDaClient.Protocol.Types.ItemValue a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReadRequestItemList) => GHC.OverloadedLabels.IsLabel "itemList" (OpcXmlDaClient.Protocol.Types.Read -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReadRequestItemList, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReadRequestItemList, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemList" c OpcXmlDaClient.Protocol.Types.Read OpcXmlDaClient.Protocol.Types.Read a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase) => GHC.OverloadedLabels.IsLabel "browseResult" (OpcXmlDaClient.Protocol.Types.BrowseResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase) => GHC.OverloadedLabels.IsLabel "getPropertiesResult" (OpcXmlDaClient.Protocol.Types.GetPropertiesResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase) => GHC.OverloadedLabels.IsLabel "readResult" (OpcXmlDaClient.Protocol.Types.ReadResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase) => GHC.OverloadedLabels.IsLabel "result" (OpcXmlDaClient.Protocol.Types.GetStatusResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase) => GHC.OverloadedLabels.IsLabel "subscribeResult" (OpcXmlDaClient.Protocol.Types.SubscribeResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase) => GHC.OverloadedLabels.IsLabel "subscriptionPolledRefreshResult" (OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase) => GHC.OverloadedLabels.IsLabel "writeResult" (OpcXmlDaClient.Protocol.Types.WriteResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "browseResult" c OpcXmlDaClient.Protocol.Types.BrowseResponse OpcXmlDaClient.Protocol.Types.BrowseResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "getPropertiesResult" c OpcXmlDaClient.Protocol.Types.GetPropertiesResponse OpcXmlDaClient.Protocol.Types.GetPropertiesResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "readResult" c OpcXmlDaClient.Protocol.Types.ReadResponse OpcXmlDaClient.Protocol.Types.ReadResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "result" c OpcXmlDaClient.Protocol.Types.GetStatusResponse OpcXmlDaClient.Protocol.Types.GetStatusResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "subscribeResult" c OpcXmlDaClient.Protocol.Types.SubscribeResponse OpcXmlDaClient.Protocol.Types.SubscribeResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "subscriptionPolledRefreshResult" c OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "writeResult" c OpcXmlDaClient.Protocol.Types.WriteResponse OpcXmlDaClient.Protocol.Types.WriteResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyItemList) => GHC.OverloadedLabels.IsLabel "rItemList" (OpcXmlDaClient.Protocol.Types.ReadResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyItemList) => GHC.OverloadedLabels.IsLabel "rItemList" (OpcXmlDaClient.Protocol.Types.WriteResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyItemList, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyItemList, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "rItemList" c OpcXmlDaClient.Protocol.Types.ReadResponse OpcXmlDaClient.Protocol.Types.ReadResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyItemList, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyItemList, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "rItemList" c OpcXmlDaClient.Protocol.Types.WriteResponse OpcXmlDaClient.Protocol.Types.WriteResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions) => GHC.OverloadedLabels.IsLabel "options" (OpcXmlDaClient.Protocol.Types.Read -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions) => GHC.OverloadedLabels.IsLabel "options" (OpcXmlDaClient.Protocol.Types.Subscribe -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions) => GHC.OverloadedLabels.IsLabel "options" (OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions) => GHC.OverloadedLabels.IsLabel "options" (OpcXmlDaClient.Protocol.Types.Write -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "options" c OpcXmlDaClient.Protocol.Types.Read OpcXmlDaClient.Protocol.Types.Read a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "options" c OpcXmlDaClient.Protocol.Types.Subscribe OpcXmlDaClient.Protocol.Types.Subscribe a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "options" c OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "options" c OpcXmlDaClient.Protocol.Types.Write OpcXmlDaClient.Protocol.Types.Write a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ServerStatus) => GHC.OverloadedLabels.IsLabel "status" (OpcXmlDaClient.Protocol.Types.GetStatusResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ServerStatus, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ServerStatus, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "status" c OpcXmlDaClient.Protocol.Types.GetStatusResponse OpcXmlDaClient.Protocol.Types.GetStatusResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.StdSoapFaultCode) => GHC.OverloadedLabels.IsLabel "std" (OpcXmlDaClient.Protocol.Types.SoapFaultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList) => GHC.OverloadedLabels.IsLabel "rItemList" (OpcXmlDaClient.Protocol.Types.SubscribeResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "rItemList" c OpcXmlDaClient.Protocol.Types.SubscribeResponse OpcXmlDaClient.Protocol.Types.SubscribeResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList) => GHC.OverloadedLabels.IsLabel "itemList" (OpcXmlDaClient.Protocol.Types.Subscribe -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemList" c OpcXmlDaClient.Protocol.Types.Subscribe OpcXmlDaClient.Protocol.Types.Subscribe a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value) => GHC.OverloadedLabels.IsLabel "value" (OpcXmlDaClient.Protocol.Types.ItemProperty -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value) => GHC.OverloadedLabels.IsLabel "value" (OpcXmlDaClient.Protocol.Types.ItemValue -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "value" c OpcXmlDaClient.Protocol.Types.ItemProperty OpcXmlDaClient.Protocol.Types.ItemProperty a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "value" c OpcXmlDaClient.Protocol.Types.ItemValue OpcXmlDaClient.Protocol.Types.ItemValue a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ValueNonStandard) => GHC.OverloadedLabels.IsLabel "nonStandard" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.WriteRequestItemList) => GHC.OverloadedLabels.IsLabel "itemList" (OpcXmlDaClient.Protocol.Types.Write -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.WriteRequestItemList, b GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.WriteRequestItemList, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemList" c OpcXmlDaClient.Protocol.Types.Write OpcXmlDaClient.Protocol.Types.Write a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.XmlSchemaValues.Types.Date) => GHC.OverloadedLabels.IsLabel "date" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.XmlSchemaValues.Types.Duration) => GHC.OverloadedLabels.IsLabel "duration" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Maybe.Maybe OpcXmlDaClient.XmlSchemaValues.Types.Time) => GHC.OverloadedLabels.IsLabel "time" (OpcXmlDaClient.Protocol.Types.Value -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "accessDenied" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "all" (OpcXmlDaClient.Protocol.Types.BrowseFilter -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "bad" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "badCommFailure" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "badConfigurationError" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "badDeviceFailure" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "badLastKnownValue" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "badNotConnected" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "badOutOfService" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "badSensorFailure" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "badWaitingForInitialData" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "boolean" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "branch" (OpcXmlDaClient.Protocol.Types.BrowseFilter -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "busy" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "clamp" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "commFault" (OpcXmlDaClient.Protocol.Types.ServerState -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "constant" (OpcXmlDaClient.Protocol.Types.LimitBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "dataBufferOverflow" (OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "dataEncodingUnknown" (OpcXmlDaClient.Protocol.Types.StdSoapFaultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "dataQueueOverflow" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "fail" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "failed" (OpcXmlDaClient.Protocol.Types.ServerState -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "good" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "goodLocalOverride" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "hasChildren" (OpcXmlDaClient.Protocol.Types.BrowseElement -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "high" (OpcXmlDaClient.Protocol.Types.LimitBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "invalidContinuationPoint" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "invalidFilter" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "invalidHoldTime" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "invalidItemName" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "invalidItemPath" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "invalidPid" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "isItem" (OpcXmlDaClient.Protocol.Types.BrowseElement -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "item" (OpcXmlDaClient.Protocol.Types.BrowseFilter -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "low" (OpcXmlDaClient.Protocol.Types.LimitBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "moreElements" (OpcXmlDaClient.Protocol.Types.BrowseResponse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "mustUnderstand" (OpcXmlDaClient.Protocol.Types.StdSoapFaultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "noConfig" (OpcXmlDaClient.Protocol.Types.ServerState -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "noSubscription" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "none" (OpcXmlDaClient.Protocol.Types.LimitBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "notSupported" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "outOfMemory" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "range" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "readOnly" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "receiver" (OpcXmlDaClient.Protocol.Types.StdSoapFaultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnAllItems" (OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnAllProperties" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnAllProperties" (OpcXmlDaClient.Protocol.Types.GetProperties -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnDiagnosticInfo" (OpcXmlDaClient.Protocol.Types.RequestOptions -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnErrorText" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnErrorText" (OpcXmlDaClient.Protocol.Types.GetProperties -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnErrorText" (OpcXmlDaClient.Protocol.Types.RequestOptions -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnItemName" (OpcXmlDaClient.Protocol.Types.RequestOptions -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnItemPath" (OpcXmlDaClient.Protocol.Types.RequestOptions -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnItemTime" (OpcXmlDaClient.Protocol.Types.RequestOptions -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnPropertyValues" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnPropertyValues" (OpcXmlDaClient.Protocol.Types.GetProperties -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnValuesOnReply" (OpcXmlDaClient.Protocol.Types.Subscribe -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "returnValuesOnReply" (OpcXmlDaClient.Protocol.Types.Write -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "running" (OpcXmlDaClient.Protocol.Types.ServerState -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "sender" (OpcXmlDaClient.Protocol.Types.StdSoapFaultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "serverState" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "suspended" (OpcXmlDaClient.Protocol.Types.ServerState -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "test" (OpcXmlDaClient.Protocol.Types.ServerState -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "timedOut" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "uncertain" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "uncertainEUExceeded" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "uncertainLastUsableValue" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "uncertainSensorNotAccurate" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "uncertainSubNormal" (OpcXmlDaClient.Protocol.Types.QualityBits -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "unknownItemName" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "unknownItemPath" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "unsupportedRate" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "versionMismatch" (OpcXmlDaClient.Protocol.Types.StdSoapFaultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool) => GHC.OverloadedLabels.IsLabel "writeOnly" (OpcXmlDaClient.Protocol.Types.ResultCode -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "dataBufferOverflow" c OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "hasChildren" c OpcXmlDaClient.Protocol.Types.BrowseElement OpcXmlDaClient.Protocol.Types.BrowseElement a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "isItem" c OpcXmlDaClient.Protocol.Types.BrowseElement OpcXmlDaClient.Protocol.Types.BrowseElement a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "moreElements" c OpcXmlDaClient.Protocol.Types.BrowseResponse OpcXmlDaClient.Protocol.Types.BrowseResponse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnAllItems" c OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnAllProperties" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnAllProperties" c OpcXmlDaClient.Protocol.Types.GetProperties OpcXmlDaClient.Protocol.Types.GetProperties a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnDiagnosticInfo" c OpcXmlDaClient.Protocol.Types.RequestOptions OpcXmlDaClient.Protocol.Types.RequestOptions a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnErrorText" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnErrorText" c OpcXmlDaClient.Protocol.Types.GetProperties OpcXmlDaClient.Protocol.Types.GetProperties a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnErrorText" c OpcXmlDaClient.Protocol.Types.RequestOptions OpcXmlDaClient.Protocol.Types.RequestOptions a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnItemName" c OpcXmlDaClient.Protocol.Types.RequestOptions OpcXmlDaClient.Protocol.Types.RequestOptions a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnItemPath" c OpcXmlDaClient.Protocol.Types.RequestOptions OpcXmlDaClient.Protocol.Types.RequestOptions a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnItemTime" c OpcXmlDaClient.Protocol.Types.RequestOptions OpcXmlDaClient.Protocol.Types.RequestOptions a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnPropertyValues" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnPropertyValues" c OpcXmlDaClient.Protocol.Types.GetProperties OpcXmlDaClient.Protocol.Types.GetProperties a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnValuesOnReply" c OpcXmlDaClient.Protocol.Types.Subscribe OpcXmlDaClient.Protocol.Types.Subscribe a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "returnValuesOnReply" c OpcXmlDaClient.Protocol.Types.Write OpcXmlDaClient.Protocol.Types.Write a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Bool, b GHC.Types.~ GHC.Types.Bool, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "boolean" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Double) => GHC.OverloadedLabels.IsLabel "double" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Double, b GHC.Types.~ GHC.Types.Double, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "double" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Float) => GHC.OverloadedLabels.IsLabel "float" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Types.Float, b GHC.Types.~ GHC.Types.Float, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "float" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Word.Word16) => GHC.OverloadedLabels.IsLabel "unsignedShort" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Word.Word16, b GHC.Types.~ GHC.Word.Word16, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "unsignedShort" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Word.Word32) => GHC.OverloadedLabels.IsLabel "unsignedInt" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Word.Word32, b GHC.Types.~ GHC.Word.Word32, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "unsignedInt" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Word.Word64) => GHC.OverloadedLabels.IsLabel "unsignedLong" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Word.Word64, b GHC.Types.~ GHC.Word.Word64, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "unsignedLong" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Word.Word8) => GHC.OverloadedLabels.IsLabel "unsignedByte" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Word.Word8) => GHC.OverloadedLabels.IsLabel "vendorField" (OpcXmlDaClient.Protocol.Types.OpcQuality -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Word.Word8, b GHC.Types.~ GHC.Word.Word8, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "vendorField" c OpcXmlDaClient.Protocol.Types.OpcQuality OpcXmlDaClient.Protocol.Types.OpcQuality a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ GHC.Word.Word8, b GHC.Types.~ GHC.Word.Word8, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "unsignedByte" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.BrowseFilter) => GHC.OverloadedLabels.IsLabel "browseFilter" (OpcXmlDaClient.Protocol.Types.Browse -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.BrowseFilter, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.BrowseFilter, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "browseFilter" c OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.Browse a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.ItemValue) => GHC.OverloadedLabels.IsLabel "itemValue" (OpcXmlDaClient.Protocol.Types.SubscribeItemValue -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.ItemValue, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.ItemValue, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "itemValue" c OpcXmlDaClient.Protocol.Types.SubscribeItemValue OpcXmlDaClient.Protocol.Types.SubscribeItemValue a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.LimitBits) => GHC.OverloadedLabels.IsLabel "limitField" (OpcXmlDaClient.Protocol.Types.OpcQuality -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.LimitBits, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.LimitBits, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "limitField" c OpcXmlDaClient.Protocol.Types.OpcQuality OpcXmlDaClient.Protocol.Types.OpcQuality a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.OpcQuality) => GHC.OverloadedLabels.IsLabel "opcQuality" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.OpcQuality, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.OpcQuality, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "opcQuality" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "custom" (a -> OpcXmlDaClient.Protocol.Types.SoapFaultCode)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "id" (OpcXmlDaClient.Protocol.Types.OpcError -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "name" (OpcXmlDaClient.Protocol.Types.ItemProperty -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "qName" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName) => GHC.OverloadedLabels.IsLabel "type" (OpcXmlDaClient.Protocol.Types.ValueNonStandard -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "id" c OpcXmlDaClient.Protocol.Types.OpcError OpcXmlDaClient.Protocol.Types.OpcError a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "name" c OpcXmlDaClient.Protocol.Types.ItemProperty OpcXmlDaClient.Protocol.Types.ItemProperty a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "type" c OpcXmlDaClient.Protocol.Types.ValueNonStandard OpcXmlDaClient.Protocol.Types.ValueNonStandard a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "custom" c OpcXmlDaClient.Protocol.Types.SoapFaultCode OpcXmlDaClient.Protocol.Types.SoapFaultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.QName, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "qName" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QualityBits) => GHC.OverloadedLabels.IsLabel "qualityField" (OpcXmlDaClient.Protocol.Types.OpcQuality -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.QualityBits, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.QualityBits, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "qualityField" c OpcXmlDaClient.Protocol.Types.OpcQuality OpcXmlDaClient.Protocol.Types.OpcQuality a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.ServerState) => GHC.OverloadedLabels.IsLabel "serverState" (OpcXmlDaClient.Protocol.Types.ReplyBase -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.ServerState, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.ServerState, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "serverState" c OpcXmlDaClient.Protocol.Types.ReplyBase OpcXmlDaClient.Protocol.Types.ReplyBase a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.SoapFaultCode) => GHC.OverloadedLabels.IsLabel "code" (OpcXmlDaClient.Protocol.Types.SoapFault -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.SoapFaultCode, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.SoapFaultCode, c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "code" c OpcXmlDaClient.Protocol.Types.SoapFault OpcXmlDaClient.Protocol.Types.SoapFault a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.StdSoapFaultCode) => GHC.OverloadedLabels.IsLabel "std" (a -> OpcXmlDaClient.Protocol.Types.SoapFaultCode)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.StdSoapFaultCode, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.StdSoapFaultCode, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "std" c OpcXmlDaClient.Protocol.Types.SoapFaultCode OpcXmlDaClient.Protocol.Types.SoapFaultCode a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.ValueNonStandard) => GHC.OverloadedLabels.IsLabel "nonStandard" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.Protocol.Types.ValueNonStandard, b GHC.Types.~ OpcXmlDaClient.Protocol.Types.ValueNonStandard, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "nonStandard" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.XmlSchemaValues.Types.Date) => GHC.OverloadedLabels.IsLabel "date" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.XmlSchemaValues.Types.Date, b GHC.Types.~ OpcXmlDaClient.XmlSchemaValues.Types.Date, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "date" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.XmlSchemaValues.Types.Duration) => GHC.OverloadedLabels.IsLabel "duration" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.XmlSchemaValues.Types.Duration, b GHC.Types.~ OpcXmlDaClient.XmlSchemaValues.Types.Duration, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "duration" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.XmlSchemaValues.Types.Time) => GHC.OverloadedLabels.IsLabel "time" (a -> OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ OpcXmlDaClient.XmlSchemaValues.Types.Time, b GHC.Types.~ OpcXmlDaClient.XmlSchemaValues.Types.Time, c GHC.Types.~ Optics.Internal.Optic.Types.A_Prism) => Optics.Label.LabelOptic "time" c OpcXmlDaClient.Protocol.Types.Value OpcXmlDaClient.Protocol.Types.Value a b
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ [Text.XML.Node]) => GHC.OverloadedLabels.IsLabel "xml" (OpcXmlDaClient.Protocol.Types.ValueNonStandard -> a)
+ OpcXmlDaClient.Protocol.Types: instance (a GHC.Types.~ [Text.XML.Node], b GHC.Types.~ [Text.XML.Node], c GHC.Types.~ Optics.Internal.Optic.Types.A_Lens) => Optics.Label.LabelOptic "xml" c OpcXmlDaClient.Protocol.Types.ValueNonStandard OpcXmlDaClient.Protocol.Types.ValueNonStandard a b
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.Browse
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.BrowseElement
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.BrowseFilter
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.BrowseResponse
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.GetProperties
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.GetPropertiesResponse
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.GetStatus
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.GetStatusResponse
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ItemIdentifier
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ItemProperty
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ItemValue
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.OpcError
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.OpcQuality
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.PropertyReplyList
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.QName
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.Read
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ReadRequestItem
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ReadRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ReadResponse
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ReplyBase
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.RequestOptions
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ServerStatus
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SoapFault
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.Subscribe
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SubscribeItemValue
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SubscribeRequestItem
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SubscribeResponse
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SubscriptionCancel
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SubscriptionCancelResponse
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.Value
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.ValueNonStandard
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.Write
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.WriteRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance Data.Data.Data OpcXmlDaClient.Protocol.Types.WriteResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.Browse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.BrowseElement
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.BrowseFilter
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.BrowseResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.GetProperties
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.GetPropertiesResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.GetStatus
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.GetStatusResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ItemIdentifier
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ItemProperty
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ItemValue
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.OpcError
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.OpcQuality
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.PropertyReplyList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.QName
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.Read
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ReadRequestItem
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ReadRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ReadResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ReplyBase
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.RequestOptions
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ServerStatus
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SoapFault
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.Subscribe
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SubscribeItemValue
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SubscribeRequestItem
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SubscribeResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SubscriptionCancel
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SubscriptionCancelResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.Value
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.ValueNonStandard
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.Write
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.WriteRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Eq OpcXmlDaClient.Protocol.Types.WriteResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.Browse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.BrowseElement
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.BrowseFilter
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.BrowseResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.GetProperties
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.GetPropertiesResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.GetStatus
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.GetStatusResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ItemIdentifier
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ItemProperty
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ItemValue
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.OpcError
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.OpcQuality
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.PropertyReplyList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.QName
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.Read
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ReadRequestItem
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ReadRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ReadResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ReplyBase
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.RequestOptions
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ServerStatus
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SoapFault
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.Subscribe
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SubscribeItemValue
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SubscribeRequestItem
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SubscribeResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SubscriptionCancel
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SubscriptionCancelResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.Value
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.ValueNonStandard
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.Write
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.WriteRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Classes.Ord OpcXmlDaClient.Protocol.Types.WriteResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Bounded OpcXmlDaClient.Protocol.Types.BrowseFilter
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Bounded OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Bounded OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Bounded OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Bounded OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Bounded OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Enum OpcXmlDaClient.Protocol.Types.BrowseFilter
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Enum OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Enum OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Enum OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Enum OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.Enum.Enum OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.Browse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.BrowseElement
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.BrowseFilter
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.BrowseResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.GetProperties
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.GetPropertiesResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.GetStatus
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.GetStatusResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ItemIdentifier
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ItemProperty
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ItemValue
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.OpcError
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.OpcQuality
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.PropertyReplyList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.QName
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.Read
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ReadRequestItem
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ReadRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ReadResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ReplyBase
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.RequestOptions
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ServerStatus
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SoapFault
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.Subscribe
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SubscribeItemValue
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SubscribeRequestItem
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SubscribeResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SubscriptionCancel
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SubscriptionCancelResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.Value
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.ValueNonStandard
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.Write
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.WriteRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Generics.Generic OpcXmlDaClient.Protocol.Types.WriteResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "accessDenied" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "all" OpcXmlDaClient.Protocol.Types.BrowseFilter
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "bad" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "badCommFailure" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "badConfigurationError" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "badDeviceFailure" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "badLastKnownValue" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "badNotConnected" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "badOutOfService" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "badSensorFailure" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "badWaitingForInitialData" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "branch" OpcXmlDaClient.Protocol.Types.BrowseFilter
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "busy" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "clamp" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "commFault" OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "constant" OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "dataEncodingUnknown" OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "dataQueueOverflow" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "fail" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "failed" OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "good" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "goodLocalOverride" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "high" OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "invalidContinuationPoint" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "invalidFilter" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "invalidHoldTime" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "invalidItemName" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "invalidItemPath" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "invalidPid" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "item" OpcXmlDaClient.Protocol.Types.BrowseFilter
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "low" OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "mustUnderstand" OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "noConfig" OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "noSubscription" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "none" OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "notSupported" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "outOfMemory" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "range" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "readOnly" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "receiver" OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "running" OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "sender" OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "serverState" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "suspended" OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "test" OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "timedOut" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "uncertain" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "uncertainEUExceeded" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "uncertainLastUsableValue" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "uncertainSensorNotAccurate" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "uncertainSubNormal" OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "unknownItemName" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "unknownItemPath" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "unsupportedRate" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "versionMismatch" OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.OverloadedLabels.IsLabel "writeOnly" OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "accessDenied" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "all" OpcXmlDaClient.Protocol.Types.BrowseFilter GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfAnyType" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Vector (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value)))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfBoolean" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Types.Bool))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfByte" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Int.Int8))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfDateTime" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Vector Data.Time.Clock.Internal.UTCTime.UTCTime))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfDecimal" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Vector Data.Scientific.Scientific))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfDouble" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Types.Double))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfFloat" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Types.Float))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfInt" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Int.Int32))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfLong" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Int.Int64))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfShort" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Int.Int16))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfString" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Vector Data.Text.Internal.Text))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfUnsignedInt" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Word.Word32))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfUnsignedLong" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Word.Word64))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "arrayOfUnsignedShort" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe (Data.Vector.Unboxed.Base.Vector GHC.Word.Word16))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "bad" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "badCommFailure" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "badConfigurationError" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "badDeviceFailure" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "badLastKnownValue" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "badNotConnected" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "badOutOfService" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "badSensorFailure" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "badWaitingForInitialData" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "base64Binary" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe Data.ByteString.Internal.ByteString)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "boolean" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe GHC.Types.Bool)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "branch" OpcXmlDaClient.Protocol.Types.BrowseFilter GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "browseFilter" OpcXmlDaClient.Protocol.Types.Browse OpcXmlDaClient.Protocol.Types.BrowseFilter
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "browseResult" OpcXmlDaClient.Protocol.Types.BrowseResponse (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "busy" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "byte" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe GHC.Int.Int8)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "clamp" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "clientItemHandle" OpcXmlDaClient.Protocol.Types.ItemValue (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "clientItemHandle" OpcXmlDaClient.Protocol.Types.ReadRequestItem (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "clientItemHandle" OpcXmlDaClient.Protocol.Types.SubscribeRequestItem (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "clientRequestHandle" OpcXmlDaClient.Protocol.Types.Browse (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "clientRequestHandle" OpcXmlDaClient.Protocol.Types.GetProperties (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "clientRequestHandle" OpcXmlDaClient.Protocol.Types.GetStatus (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "clientRequestHandle" OpcXmlDaClient.Protocol.Types.ReplyBase (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "clientRequestHandle" OpcXmlDaClient.Protocol.Types.RequestOptions (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "clientRequestHandle" OpcXmlDaClient.Protocol.Types.SubscriptionCancel (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "clientRequestHandle" OpcXmlDaClient.Protocol.Types.SubscriptionCancelResponse (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "code" OpcXmlDaClient.Protocol.Types.SoapFault OpcXmlDaClient.Protocol.Types.SoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "commFault" OpcXmlDaClient.Protocol.Types.ServerState GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "constant" OpcXmlDaClient.Protocol.Types.LimitBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "continuationPoint" OpcXmlDaClient.Protocol.Types.Browse (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "continuationPoint" OpcXmlDaClient.Protocol.Types.BrowseResponse (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "custom" OpcXmlDaClient.Protocol.Types.SoapFaultCode (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "dataBufferOverflow" OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "dataEncodingUnknown" OpcXmlDaClient.Protocol.Types.StdSoapFaultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "dataQueueOverflow" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "date" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe OpcXmlDaClient.XmlSchemaValues.Types.Date)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "dateTime" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "deadband" OpcXmlDaClient.Protocol.Types.SubscribeRequestItem (GHC.Maybe.Maybe GHC.Types.Float)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "deadband" OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList (GHC.Maybe.Maybe GHC.Types.Float)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "decimal" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe Data.Scientific.Scientific)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "description" OpcXmlDaClient.Protocol.Types.ItemProperty (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "diagnosticInfo" OpcXmlDaClient.Protocol.Types.ItemValue (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "double" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe GHC.Types.Double)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "duration" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe OpcXmlDaClient.XmlSchemaValues.Types.Duration)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "elementNameFilter" OpcXmlDaClient.Protocol.Types.Browse (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "elements" OpcXmlDaClient.Protocol.Types.BrowseResponse (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.BrowseElement)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "enableBuffering" OpcXmlDaClient.Protocol.Types.SubscribeRequestItem (GHC.Maybe.Maybe GHC.Types.Bool)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "enableBuffering" OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList (GHC.Maybe.Maybe GHC.Types.Bool)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "errors" OpcXmlDaClient.Protocol.Types.BrowseResponse (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "errors" OpcXmlDaClient.Protocol.Types.GetPropertiesResponse (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "errors" OpcXmlDaClient.Protocol.Types.ReadResponse (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "errors" OpcXmlDaClient.Protocol.Types.SubscribeResponse (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "errors" OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "errors" OpcXmlDaClient.Protocol.Types.WriteResponse (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.OpcError)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "fail" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "failed" OpcXmlDaClient.Protocol.Types.ServerState GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "float" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe GHC.Types.Float)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "getPropertiesResult" OpcXmlDaClient.Protocol.Types.GetPropertiesResponse (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "good" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "goodLocalOverride" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "hasChildren" OpcXmlDaClient.Protocol.Types.BrowseElement GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "high" OpcXmlDaClient.Protocol.Types.LimitBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "holdTime" OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh (GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "id" OpcXmlDaClient.Protocol.Types.OpcError OpcXmlDaClient.Protocol.Types.QName
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "int" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe GHC.Int.Int32)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "invalidContinuationPoint" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "invalidFilter" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "invalidHoldTime" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "invalidItemName" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "invalidItemPath" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "invalidPid" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "invalidServerSubHandles" OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse (Data.Vector.Vector Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "isItem" OpcXmlDaClient.Protocol.Types.BrowseElement GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "item" OpcXmlDaClient.Protocol.Types.BrowseFilter GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemIds" OpcXmlDaClient.Protocol.Types.GetProperties (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemIdentifier)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemList" OpcXmlDaClient.Protocol.Types.Read (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReadRequestItemList)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemList" OpcXmlDaClient.Protocol.Types.Subscribe (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemList" OpcXmlDaClient.Protocol.Types.Write (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.WriteRequestItemList)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemName" OpcXmlDaClient.Protocol.Types.Browse (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemName" OpcXmlDaClient.Protocol.Types.BrowseElement (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemName" OpcXmlDaClient.Protocol.Types.ItemIdentifier (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemName" OpcXmlDaClient.Protocol.Types.ItemProperty (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemName" OpcXmlDaClient.Protocol.Types.ItemValue (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemName" OpcXmlDaClient.Protocol.Types.PropertyReplyList (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemName" OpcXmlDaClient.Protocol.Types.ReadRequestItem (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemName" OpcXmlDaClient.Protocol.Types.SubscribeRequestItem (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.Browse (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.BrowseElement (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.GetProperties (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.ItemIdentifier (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.ItemProperty (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.ItemValue (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.PropertyReplyList (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.ReadRequestItem (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.ReadRequestItemList (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.SubscribeRequestItem (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemPath" OpcXmlDaClient.Protocol.Types.WriteRequestItemList (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "itemValue" OpcXmlDaClient.Protocol.Types.SubscribeItemValue OpcXmlDaClient.Protocol.Types.ItemValue
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "items" OpcXmlDaClient.Protocol.Types.ReadRequestItemList (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ReadRequestItem)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "items" OpcXmlDaClient.Protocol.Types.ReplyItemList (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "items" OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "items" OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribeItemValue)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "items" OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribeRequestItem)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "items" OpcXmlDaClient.Protocol.Types.WriteRequestItemList (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemValue)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "limitField" OpcXmlDaClient.Protocol.Types.OpcQuality OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "localeId" OpcXmlDaClient.Protocol.Types.Browse (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "localeId" OpcXmlDaClient.Protocol.Types.GetProperties (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "localeId" OpcXmlDaClient.Protocol.Types.GetStatus (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "localeId" OpcXmlDaClient.Protocol.Types.RequestOptions (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "long" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe GHC.Int.Int64)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "low" OpcXmlDaClient.Protocol.Types.LimitBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "maxAge" OpcXmlDaClient.Protocol.Types.ReadRequestItem (GHC.Maybe.Maybe GHC.Int.Int32)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "maxAge" OpcXmlDaClient.Protocol.Types.ReadRequestItemList (GHC.Maybe.Maybe GHC.Int.Int32)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "maxElementsReturned" OpcXmlDaClient.Protocol.Types.Browse GHC.Int.Int32
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "moreElements" OpcXmlDaClient.Protocol.Types.BrowseResponse GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "mustUnderstand" OpcXmlDaClient.Protocol.Types.StdSoapFaultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "name" OpcXmlDaClient.Protocol.Types.BrowseElement (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "name" OpcXmlDaClient.Protocol.Types.ItemProperty OpcXmlDaClient.Protocol.Types.QName
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "namespaced" OpcXmlDaClient.Protocol.Types.QName (GHC.Maybe.Maybe (Data.Text.Internal.Text, Data.Text.Internal.Text))
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "noConfig" OpcXmlDaClient.Protocol.Types.ServerState GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "noSubscription" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "nonStandard" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ValueNonStandard)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "none" OpcXmlDaClient.Protocol.Types.LimitBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "notSupported" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "opcQuality" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.OpcQuality)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "options" OpcXmlDaClient.Protocol.Types.Read (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "options" OpcXmlDaClient.Protocol.Types.Subscribe (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "options" OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "options" OpcXmlDaClient.Protocol.Types.Write (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.RequestOptions)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "outOfMemory" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "productVersion" OpcXmlDaClient.Protocol.Types.ServerStatus (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "properties" OpcXmlDaClient.Protocol.Types.BrowseElement (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemProperty)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "properties" OpcXmlDaClient.Protocol.Types.PropertyReplyList (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.ItemProperty)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "propertyLists" OpcXmlDaClient.Protocol.Types.GetPropertiesResponse (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.PropertyReplyList)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "propertyNames" OpcXmlDaClient.Protocol.Types.Browse (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "propertyNames" OpcXmlDaClient.Protocol.Types.GetProperties (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "qName" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "quality" OpcXmlDaClient.Protocol.Types.ItemValue (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.OpcQuality)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "qualityField" OpcXmlDaClient.Protocol.Types.OpcQuality OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "rItemList" OpcXmlDaClient.Protocol.Types.ReadResponse (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyItemList)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "rItemList" OpcXmlDaClient.Protocol.Types.SubscribeResponse (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "rItemList" OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse (Data.Vector.Vector OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "rItemList" OpcXmlDaClient.Protocol.Types.WriteResponse (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyItemList)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "range" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "rcvTime" OpcXmlDaClient.Protocol.Types.ReplyBase Data.Time.Clock.Internal.UTCTime.UTCTime
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "readOnly" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "readResult" OpcXmlDaClient.Protocol.Types.ReadResponse (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "reason" OpcXmlDaClient.Protocol.Types.SoapFault Data.Text.Internal.Text
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "receiver" OpcXmlDaClient.Protocol.Types.StdSoapFaultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "replyTime" OpcXmlDaClient.Protocol.Types.ReplyBase Data.Time.Clock.Internal.UTCTime.UTCTime
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "reqType" OpcXmlDaClient.Protocol.Types.ReadRequestItem (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "reqType" OpcXmlDaClient.Protocol.Types.ReadRequestItemList (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "reqType" OpcXmlDaClient.Protocol.Types.SubscribeRequestItem (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "reqType" OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "requestDeadline" OpcXmlDaClient.Protocol.Types.RequestOptions (GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "requestedSamplingRate" OpcXmlDaClient.Protocol.Types.SubscribeRequestItem (GHC.Maybe.Maybe GHC.Int.Int32)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "requestedSamplingRate" OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList (GHC.Maybe.Maybe GHC.Int.Int32)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "reserved" OpcXmlDaClient.Protocol.Types.ReplyItemList (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "result" OpcXmlDaClient.Protocol.Types.GetStatusResponse (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "resultId" OpcXmlDaClient.Protocol.Types.ItemProperty (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "resultId" OpcXmlDaClient.Protocol.Types.ItemValue (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "resultId" OpcXmlDaClient.Protocol.Types.PropertyReplyList (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnAllItems" OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnAllProperties" OpcXmlDaClient.Protocol.Types.Browse GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnAllProperties" OpcXmlDaClient.Protocol.Types.GetProperties GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnDiagnosticInfo" OpcXmlDaClient.Protocol.Types.RequestOptions GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnErrorText" OpcXmlDaClient.Protocol.Types.Browse GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnErrorText" OpcXmlDaClient.Protocol.Types.GetProperties GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnErrorText" OpcXmlDaClient.Protocol.Types.RequestOptions GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnItemName" OpcXmlDaClient.Protocol.Types.RequestOptions GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnItemPath" OpcXmlDaClient.Protocol.Types.RequestOptions GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnItemTime" OpcXmlDaClient.Protocol.Types.RequestOptions GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnPropertyValues" OpcXmlDaClient.Protocol.Types.Browse GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnPropertyValues" OpcXmlDaClient.Protocol.Types.GetProperties GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnValuesOnReply" OpcXmlDaClient.Protocol.Types.Subscribe GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "returnValuesOnReply" OpcXmlDaClient.Protocol.Types.Write GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "revisedLocaleId" OpcXmlDaClient.Protocol.Types.ReplyBase (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "revisedSamplingRate" OpcXmlDaClient.Protocol.Types.SubscribeItemValue (GHC.Maybe.Maybe GHC.Types.Int)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "revisedSamplingRate" OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList (GHC.Maybe.Maybe GHC.Int.Int32)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "running" OpcXmlDaClient.Protocol.Types.ServerState GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "sender" OpcXmlDaClient.Protocol.Types.StdSoapFaultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "serverState" OpcXmlDaClient.Protocol.Types.ReplyBase OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "serverState" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "serverSubHandle" OpcXmlDaClient.Protocol.Types.SubscribeResponse (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "serverSubHandle" OpcXmlDaClient.Protocol.Types.SubscriptionCancel (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "serverSubHandles" OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh (Data.Vector.Vector Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "short" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe GHC.Int.Int16)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "startTime" OpcXmlDaClient.Protocol.Types.ServerStatus Data.Time.Clock.Internal.UTCTime.UTCTime
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "status" OpcXmlDaClient.Protocol.Types.GetStatusResponse (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ServerStatus)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "statusInfo" OpcXmlDaClient.Protocol.Types.ServerStatus (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "std" OpcXmlDaClient.Protocol.Types.SoapFaultCode (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.StdSoapFaultCode)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "string" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "subscribeResult" OpcXmlDaClient.Protocol.Types.SubscribeResponse (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "subscriptionHandle" OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "subscriptionPingRate" OpcXmlDaClient.Protocol.Types.Subscribe (GHC.Maybe.Maybe GHC.Int.Int32)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "subscriptionPolledRefreshResult" OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "supportedInterfaceVersions" OpcXmlDaClient.Protocol.Types.ServerStatus (Data.Vector.Vector Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "supportedLocaleIds" OpcXmlDaClient.Protocol.Types.ServerStatus (Data.Vector.Vector Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "suspended" OpcXmlDaClient.Protocol.Types.ServerState GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "test" OpcXmlDaClient.Protocol.Types.ServerState GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "text" OpcXmlDaClient.Protocol.Types.OpcError (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "time" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe OpcXmlDaClient.XmlSchemaValues.Types.Time)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "timedOut" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "timestamp" OpcXmlDaClient.Protocol.Types.ItemValue (GHC.Maybe.Maybe Data.Time.Clock.Internal.UTCTime.UTCTime)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "type" OpcXmlDaClient.Protocol.Types.ValueNonStandard OpcXmlDaClient.Protocol.Types.QName
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "uncertain" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "uncertainEUExceeded" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "uncertainLastUsableValue" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "uncertainSensorNotAccurate" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "uncertainSubNormal" OpcXmlDaClient.Protocol.Types.QualityBits GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "unknownItemName" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "unknownItemPath" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "unnamespaced" OpcXmlDaClient.Protocol.Types.QName (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "unsignedByte" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe GHC.Word.Word8)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "unsignedInt" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe GHC.Word.Word32)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "unsignedLong" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe GHC.Word.Word64)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "unsignedShort" OpcXmlDaClient.Protocol.Types.Value (GHC.Maybe.Maybe GHC.Word.Word16)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "unsupportedRate" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "value" OpcXmlDaClient.Protocol.Types.ItemProperty (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "value" OpcXmlDaClient.Protocol.Types.ItemValue (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.Value)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "valueTypeQualifier" OpcXmlDaClient.Protocol.Types.ItemValue (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.QName)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "vendorField" OpcXmlDaClient.Protocol.Types.OpcQuality GHC.Word.Word8
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "vendorFilter" OpcXmlDaClient.Protocol.Types.Browse (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "vendorInfo" OpcXmlDaClient.Protocol.Types.ServerStatus (GHC.Maybe.Maybe Data.Text.Internal.Text)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "versionMismatch" OpcXmlDaClient.Protocol.Types.StdSoapFaultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "waitTime" OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh GHC.Int.Int32
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "writeOnly" OpcXmlDaClient.Protocol.Types.ResultCode GHC.Types.Bool
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "writeResult" OpcXmlDaClient.Protocol.Types.WriteResponse (GHC.Maybe.Maybe OpcXmlDaClient.Protocol.Types.ReplyBase)
+ OpcXmlDaClient.Protocol.Types: instance GHC.Records.HasField "xml" OpcXmlDaClient.Protocol.Types.ValueNonStandard [Text.XML.Node]
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.Browse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.BrowseElement
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.BrowseFilter
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.BrowseResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.GetProperties
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.GetPropertiesResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.GetStatus
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.GetStatusResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ItemIdentifier
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ItemProperty
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ItemValue
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.LimitBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.OpcError
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.OpcQuality
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.PropertyReplyList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.QName
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.QualityBits
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.Read
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ReadRequestItem
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ReadRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ReadResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ReplyBase
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.RequestOptions
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ResultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ServerState
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ServerStatus
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SoapFault
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.StdSoapFaultCode
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.Subscribe
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SubscribeItemValue
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SubscribePolledRefreshReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SubscribeReplyItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SubscribeRequestItem
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SubscribeRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SubscribeResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SubscriptionCancel
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SubscriptionCancelResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefresh
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.SubscriptionPolledRefreshResponse
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.Value
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.ValueNonStandard
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.Write
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.WriteRequestItemList
+ OpcXmlDaClient.Protocol.Types: instance GHC.Show.Show OpcXmlDaClient.Protocol.Types.WriteResponse
+ OpcXmlDaClient.Protocol.Types: newtype SubscriptionCancelResponse
+ OpcXmlDaClient.Protocol.XmlConstruction: browse :: Browse -> ByteString
+ OpcXmlDaClient.Protocol.XmlConstruction: getProperties :: GetProperties -> ByteString
+ OpcXmlDaClient.Protocol.XmlConstruction: getStatus :: GetStatus -> ByteString
+ OpcXmlDaClient.Protocol.XmlConstruction: read :: Read -> ByteString
+ OpcXmlDaClient.Protocol.XmlConstruction: subscribe :: Subscribe -> ByteString
+ OpcXmlDaClient.Protocol.XmlConstruction: subscriptionCancel :: SubscriptionCancel -> ByteString
+ OpcXmlDaClient.Protocol.XmlConstruction: subscriptionPolledRefresh :: SubscriptionPolledRefresh -> ByteString
+ OpcXmlDaClient.Protocol.XmlConstruction: write :: Write -> ByteString
+ OpcXmlDaClient.Protocol.XmlParsing: adaptedQNameContent :: Content QName
+ OpcXmlDaClient.Protocol.XmlParsing: arrayOfAnyType :: (QName -> ByName Element element) -> ByName Element (Vector (Maybe element))
+ OpcXmlDaClient.Protocol.XmlParsing: base64BinaryContent :: Content ByteString
+ OpcXmlDaClient.Protocol.XmlParsing: booleanContent :: Content Bool
+ OpcXmlDaClient.Protocol.XmlParsing: browseElement :: Element BrowseElement
+ OpcXmlDaClient.Protocol.XmlParsing: browseResponse :: Element (Either SoapFault BrowseResponse)
+ OpcXmlDaClient.Protocol.XmlParsing: bySoapEnvName :: Text -> parser a -> ByName parser a
+ OpcXmlDaClient.Protocol.XmlParsing: byteContent :: Content Int8
+ OpcXmlDaClient.Protocol.XmlParsing: dateContent :: Content Date
+ OpcXmlDaClient.Protocol.XmlParsing: dateTimeContent :: Content UTCTime
+ OpcXmlDaClient.Protocol.XmlParsing: decimalContent :: Content Scientific
+ OpcXmlDaClient.Protocol.XmlParsing: doubleContent :: Content Double
+ OpcXmlDaClient.Protocol.XmlParsing: durationContent :: Content Duration
+ OpcXmlDaClient.Protocol.XmlParsing: elementNameIsOneOf :: [(Maybe Text, Text)] -> Element ()
+ OpcXmlDaClient.Protocol.XmlParsing: floatContent :: Content Float
+ OpcXmlDaClient.Protocol.XmlParsing: getPropertiesResponse :: Element (Either SoapFault GetPropertiesResponse)
+ OpcXmlDaClient.Protocol.XmlParsing: getStatusResponse :: Element (Either SoapFault GetStatusResponse)
+ OpcXmlDaClient.Protocol.XmlParsing: intContent :: Content Int32
+ OpcXmlDaClient.Protocol.XmlParsing: isNil :: ByName Content Bool
+ OpcXmlDaClient.Protocol.XmlParsing: itemProperty :: Element ItemProperty
+ OpcXmlDaClient.Protocol.XmlParsing: itemValue :: Element ItemValue
+ OpcXmlDaClient.Protocol.XmlParsing: limitBitsContent :: Content LimitBits
+ OpcXmlDaClient.Protocol.XmlParsing: longContent :: Content Int64
+ OpcXmlDaClient.Protocol.XmlParsing: opcError :: Element OpcError
+ OpcXmlDaClient.Protocol.XmlParsing: opcQuality :: Element OpcQuality
+ OpcXmlDaClient.Protocol.XmlParsing: opcResponse :: Text -> Element a -> Element (Either SoapFault a)
+ OpcXmlDaClient.Protocol.XmlParsing: propertyReplyList :: Element PropertyReplyList
+ OpcXmlDaClient.Protocol.XmlParsing: qualityBitsContent :: Content QualityBits
+ OpcXmlDaClient.Protocol.XmlParsing: readResponse :: Element (Either SoapFault ReadResponse)
+ OpcXmlDaClient.Protocol.XmlParsing: replyBase :: Element ReplyBase
+ OpcXmlDaClient.Protocol.XmlParsing: replyItemList :: Element ReplyItemList
+ OpcXmlDaClient.Protocol.XmlParsing: serverStateContent :: Content ServerState
+ OpcXmlDaClient.Protocol.XmlParsing: serverStatus :: Element ServerStatus
+ OpcXmlDaClient.Protocol.XmlParsing: shortContent :: Content Int16
+ OpcXmlDaClient.Protocol.XmlParsing: stringContent :: Content Text
+ OpcXmlDaClient.Protocol.XmlParsing: subscribeItemValue :: Element SubscribeItemValue
+ OpcXmlDaClient.Protocol.XmlParsing: subscribePolledRefreshReplyItemList :: Element SubscribePolledRefreshReplyItemList
+ OpcXmlDaClient.Protocol.XmlParsing: subscribeReplyItemList :: Element SubscribeReplyItemList
+ OpcXmlDaClient.Protocol.XmlParsing: subscribeResponse :: Element (Either SoapFault SubscribeResponse)
+ OpcXmlDaClient.Protocol.XmlParsing: subscriptionCancelResponse :: Element (Either SoapFault SubscriptionCancelResponse)
+ OpcXmlDaClient.Protocol.XmlParsing: subscriptionPolledRefreshResponse :: Element (Either SoapFault SubscriptionPolledRefreshResponse)
+ OpcXmlDaClient.Protocol.XmlParsing: timeContent :: Content Time
+ OpcXmlDaClient.Protocol.XmlParsing: unsignedByteContent :: Content Word8
+ OpcXmlDaClient.Protocol.XmlParsing: unsignedIntContent :: Content Word32
+ OpcXmlDaClient.Protocol.XmlParsing: unsignedLongContent :: Content Word64
+ OpcXmlDaClient.Protocol.XmlParsing: unsignedShortContent :: Content Word16
+ OpcXmlDaClient.Protocol.XmlParsing: value :: Element Value
+ OpcXmlDaClient.Protocol.XmlParsing: writeResponse :: Element (Either SoapFault WriteResponse)
+ OpcXmlDaClient.Protocol.XmlParsing: xsiType :: ByName Content QName
Files
- changelog.md +4/−0
- opc-xml-da-client.cabal +16/−35
- protocol/OpcXmlDaClient/Protocol/XmlConstruction.hs +2/−2
- protocol/types.domain.yaml +1/−1
+ changelog.md view
@@ -0,0 +1,4 @@+# Version 0.1.1++- exposed OpcXmlDaClient.Protocol.Types for documentation+- bugfix in XML generation of Subscribe messages which lead to OPC servers ignore our SubscriptionPingRate
opc-xml-da-client.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: opc-xml-da-client-version: 0.1+version: 0.1.1 synopsis: OPC XML-DA Client description: An implementation of OPC XML-DA protocol for client applications. The specification for the protocol can be found [here](http://www.diit.unict.it/users/scava/dispense/II/OPCDataAccessXMLSpecification.pdf).@@ -14,28 +14,41 @@ extra-source-files: protocol/*.domain.yaml xml-schema-values/*.domain.yaml+ changelog.md source-repository head type: git location: git://github.com/mlabs-haskell/opc-xml-da-client.git library- hs-source-dirs: library+ hs-source-dirs: library, protocol default-extensions: ApplicativeDo, BangPatterns, BinaryLiterals, BlockArguments, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveLift, DeriveTraversable, DerivingVia, DuplicateRecordFields, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, HexFloatLiterals, InstanceSigs, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NamedFieldPuns, NoImplicitPrelude, NoMonomorphismRestriction, NumericUnderscores, OverloadedLabels, OverloadedStrings, PatternGuards, PatternSynonyms, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, StrictData, TemplateHaskell, TupleSections, TypeApplications, TypeFamilies, TypeOperators, UndecidableInstances, ViewPatterns default-language: Haskell2010 ghc-options: -funbox-strict-fields exposed-modules: OpcXmlDaClient+ OpcXmlDaClient.Protocol.Types+ OpcXmlDaClient.Protocol.XmlConstruction+ OpcXmlDaClient.Protocol.XmlParsing+ other-modules:+ OpcXmlDaClient.Protocol.Namespaces build-depends:+ attoparsec >=0.13.2.5 && <0.15,+ attoparsec-data ^>=1.0.5.2, base >=4.14 && <5,+ base64 ^>=0.4.2.3, bytestring >=0.10 && <0.12, containers ^>=0.6.2.1,+ domain ^>=0.1.1,+ domain-optics ^>=0.1.0.1, http-client >=0.7.8 && <0.8, opc-xml-da-client-base,- opc-xml-da-client-protocol,+ opc-xml-da-client-xml-builder, opc-xml-da-client-xml-schema-values, scientific ^>=0.3.6.2, text >=1 && <2,+ text-builder >=0.6.6.2 && <0.7,+ time >=1.9.3 && <2, transformers ^>=0.5, vector ^>=0.12, xml-conduit ^>=1.9.1.1,@@ -59,37 +72,6 @@ tasty-hunit >=0.9 && <0.11, tasty-quickcheck >=0.9 && <0.11, -library opc-xml-da-client-protocol- hs-source-dirs: protocol- default-extensions: ApplicativeDo, BangPatterns, BinaryLiterals, BlockArguments, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveLift, DeriveTraversable, DerivingVia, DuplicateRecordFields, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, HexFloatLiterals, InstanceSigs, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NamedFieldPuns, NoImplicitPrelude, NoMonomorphismRestriction, NumericUnderscores, OverloadedLabels, OverloadedStrings, PatternGuards, PatternSynonyms, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, StrictData, TemplateHaskell, TupleSections, TypeApplications, TypeFamilies, TypeOperators, UndecidableInstances, ViewPatterns- default-language: Haskell2010- ghc-options: -funbox-strict-fields- exposed-modules:- OpcXmlDaClient.Protocol.Types- OpcXmlDaClient.Protocol.XmlConstruction- OpcXmlDaClient.Protocol.XmlParsing- other-modules:- OpcXmlDaClient.Protocol.Namespaces- build-depends:- attoparsec >=0.13.2.5 && <0.15,- attoparsec-data ^>=1.0.5.2,- base >=4.14 && <5,- base64 ^>=0.4.2.3,- bytestring >=0.10 && <0.12,- containers ^>=0.6.2.1,- domain ^>=0.1.1,- domain-optics ^>=0.1.0.1,- opc-xml-da-client-base,- opc-xml-da-client-xml-builder,- opc-xml-da-client-xml-schema-values,- scientific ^>=0.3.6.2,- text >=1 && <2,- text-builder >=0.6.6.2 && <0.7,- time >=1.9.3 && <2,- vector ^>=0.12,- xml-conduit ^>=1.9.1.1,- xml-parser ^>=0.1,- test-suite protocol-test type: exitcode-stdio-1.0 hs-source-dirs: protocol-test@@ -100,7 +82,6 @@ build-depends: QuickCheck >=2.8.1 && <3, quickcheck-instances >=0.3.11 && <0.4,- opc-xml-da-client-protocol, opc-xml-da-client, rerebase >=1.13.0.1 && <2, tasty >=0.12 && <2,
protocol/OpcXmlDaClient/Protocol/XmlConstruction.hs view
@@ -98,7 +98,7 @@ (opcQName elementName) ( catMaybes [ Just ("ReturnValuesOnReply", booleanContent (#returnValuesOnReply x)),- ("SubcriptionPingRate",) . intContent <$> #subscriptionPingRate x+ ("SubscriptionPingRate",) . intContent <$> #subscriptionPingRate x ] ) ( catMaybes@@ -355,7 +355,7 @@ ("ElementNameFilter",) . X.textContent <$> #elementNameFilter x, ("VendorFilter",) . X.textContent <$> #vendorFilter x, pure ("ReturnAllProperties", booleanContent (#returnAllProperties x)),- pure ("ReturnAllPropertyValues", booleanContent (#returnAllPropertyValues x)),+ pure ("ReturnPropertyValues", booleanContent (#returnPropertyValues x)), pure ("ReturnErrorText", booleanContent (#returnErrorText x)) ] )
protocol/types.domain.yaml view
@@ -233,7 +233,7 @@ elementNameFilter: Maybe Text vendorFilter: Maybe Text returnAllProperties: Bool- returnAllPropertyValues: Bool+ returnPropertyValues: Bool returnErrorText: Bool BrowseFilter: