com.prosysopc.ua.server
Interface NodeManagerTableListener
public interface NodeManagerTableListener
|
Method Summary |
void |
queryFirst(ServiceContext serviceContext,
org.opcfoundation.ua.core.QueryFirstRequest request,
org.opcfoundation.ua.core.QueryFirstResponse response)
|
void |
queryNext(ServiceContext serviceContext,
org.opcfoundation.ua.core.QueryNextRequest request,
org.opcfoundation.ua.core.QueryNextResponse response)
|
queryFirst
void queryFirst(ServiceContext serviceContext,
org.opcfoundation.ua.core.QueryFirstRequest request,
org.opcfoundation.ua.core.QueryFirstResponse response)
throws ServiceException
- Parameters:
serviceContext - request - response -
- Throws:
StatusException
ServiceException
queryNext
void queryNext(ServiceContext serviceContext,
org.opcfoundation.ua.core.QueryNextRequest request,
org.opcfoundation.ua.core.QueryNextResponse response)
throws ServiceException
- Parameters:
serviceContext - request - response -
- Throws:
StatusException
ServiceException
Copyright © 2018. All rights reserved.