com.prosysopc.ua.types.di
Interface TransferServicesType

All Superinterfaces:
BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
TransferServicesTypeImpl, TransferServicesTypeImplBase, TransferServicesTypeNode, TransferServicesTypeNodeBase

public interface TransferServicesType
extends BaseObjectType

Generated on 2018-05-09 10:45:31


Nested Class Summary
static class TransferServicesType.TransferFromDeviceMethodOutputs
           
static class TransferServicesType.TransferToDeviceMethodOutputs
           
 
Field Summary
static String FETCH_TRANSFER_RESULT_DATA
           
static String TRANSFER_FROM_DEVICE
           
static String TRANSFER_TO_DEVICE
           
 
Method Summary
 FetchResultDataType fetchTransferResultData(Integer transferID, Integer sequenceNumber, Integer maxParameterResultsToReturn, Boolean omitGoodResults)
           
 UaMethod getFetchTransferResultDataNode()
           
 UaMethod getTransferFromDeviceNode()
           
 UaMethod getTransferToDeviceNode()
           
 TransferServicesType.TransferFromDeviceMethodOutputs transferFromDevice()
           
 TransferServicesType.TransferToDeviceMethodOutputs transferToDevice()
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaNode
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 

Field Detail

TRANSFER_TO_DEVICE

static final String TRANSFER_TO_DEVICE
See Also:
Constant Field Values

TRANSFER_FROM_DEVICE

static final String TRANSFER_FROM_DEVICE
See Also:
Constant Field Values

FETCH_TRANSFER_RESULT_DATA

static final String FETCH_TRANSFER_RESULT_DATA
See Also:
Constant Field Values
Method Detail

getTransferToDeviceNode

UaMethod getTransferToDeviceNode()

transferToDevice

TransferServicesType.TransferToDeviceMethodOutputs transferToDevice()
                                                                    throws StatusException,
                                                                           ServiceException
Throws:
StatusException
ServiceException

getTransferFromDeviceNode

UaMethod getTransferFromDeviceNode()

transferFromDevice

TransferServicesType.TransferFromDeviceMethodOutputs transferFromDevice()
                                                                        throws StatusException,
                                                                               ServiceException
Throws:
StatusException
ServiceException

getFetchTransferResultDataNode

UaMethod getFetchTransferResultDataNode()

fetchTransferResultData

FetchResultDataType fetchTransferResultData(Integer transferID,
                                            Integer sequenceNumber,
                                            Integer maxParameterResultsToReturn,
                                            Boolean omitGoodResults)
                                            throws StatusException,
                                                   ServiceException
Throws:
StatusException
ServiceException


Copyright © 2018. All rights reserved.