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

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

public static class TransferServicesType.TransferToDeviceMethodOutputs
extends Object
implements MethodOutputArguments


Field Summary
protected  Integer initTransferStatus
           
protected  Integer transferID
           
 
Constructor Summary
TransferServicesType.TransferToDeviceMethodOutputs(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.TransferToDeviceMethodOutputs

public TransferServicesType.TransferToDeviceMethodOutputs(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.