com.prosysopc.ua.types.di
Class TransferServicesType.TransferFromDeviceMethodOutputs

java.lang.Object
  extended by com.prosysopc.ua.types.di.TransferServicesType.TransferFromDeviceMethodOutputs
All Implemented Interfaces:
MethodArguments, MethodOutputArguments
Enclosing interface:
TransferServicesType

public static class TransferServicesType.TransferFromDeviceMethodOutputs
extends Object
implements MethodOutputArguments


Field Summary
protected  Integer initTransferStatus
           
protected  Integer transferID
           
 
Constructor Summary
TransferServicesType.TransferFromDeviceMethodOutputs(Integer transferID, Integer initTransferStatus)
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.Variant[] asVariantArray()
           
 Integer getInitTransferStatus()
           
 Integer getTransferID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transferID

protected Integer transferID

initTransferStatus

protected Integer initTransferStatus
Constructor Detail

TransferServicesType.TransferFromDeviceMethodOutputs

public TransferServicesType.TransferFromDeviceMethodOutputs(Integer transferID,
                                                            Integer initTransferStatus)
Method Detail

getTransferID

public Integer getTransferID()

getInitTransferStatus

public Integer getInitTransferStatus()

asVariantArray

public final org.opcfoundation.ua.builtintypes.Variant[] asVariantArray()
Specified by:
asVariantArray in interface MethodArguments


Copyright © 2018. All rights reserved.