org.opcfoundation.ua.core
Interface AttributeServiceSetHandler
public interface AttributeServiceSetHandler
onRead
void onRead(EndpointServiceRequest<ReadRequest,ReadResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onHistoryRead
void onHistoryRead(EndpointServiceRequest<HistoryReadRequest,HistoryReadResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onWrite
void onWrite(EndpointServiceRequest<WriteRequest,WriteResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
onHistoryUpdate
void onHistoryUpdate(EndpointServiceRequest<HistoryUpdateRequest,HistoryUpdateResponse> req)
throws ServiceFaultException
- Throws:
ServiceFaultException
Copyright © 2018. All rights reserved.