TransferServicesType

The representation of the TransferServicesType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=6526 |
NamespaceUri | http://opcfoundation.org/UA/DI/ |
BrowseName | TransferServicesType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | BaseObjectType |
The references from the TransferServicesType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Method | TransferToDevice | Mandatory | ||
HasComponent | Method | TransferFromDevice | Mandatory | ||
HasComponent | Method | FetchTransferResultData | Mandatory |
TransferToDevice
Signature
TransferToDevice( [out] Int32 TransferID
[out] Int32 InitTransferStatus
);
Argument | Description |
---|---|
TransferID | |
InitTransferStatus |
TransferFromDevice
Signature
TransferFromDevice( [out] Int32 TransferID
[out] Int32 InitTransferStatus
);
Argument | Description |
---|---|
TransferID | |
InitTransferStatus |
FetchTransferResultData
Signature
FetchTransferResultData(
[in] Int32 TransferID
[in] Int32 SequenceNumber
[in] Int32 MaxParameterResultsToReturn
[in] Boolean OmitGoodResults
[out] Structure FetchResultData
);
Argument | Description |
---|---|
TransferID | |
SequenceNumber | |
MaxParameterResultsToReturn | |
OmitGoodResults | |
FetchResultData |