SupportedTransfer

This enumeration provides values to describe the types of transfers provided for a device. (Provides mapping to Fdt.Dtm.SupportedTransfer).
The fields of the SupportedTransfer DataType are defined in the following table:
Name | Value | Description |
---|---|---|
None | 0 | The DTM does not support upload / download at all. |
OnlyDownload | 1 | The DTM supports only writing data to the device. Reading data to the device is not supported. |
OnlyUpload | 2 | The DTM supports only reading data from the device. Writing data to the device is not supported. |
BothUploadAndDownload | 3 | The DTM supports both reading values from the device and writing values to the device. |
The representation of the SupportedTransfer DataType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=3009 |
NamespaceUri | http://opcfoundation.org/UA/FDT/ |
BrowseName | SupportedTransfer |
IsAbstract | False |
SubtypeOf | Enumeration |
Categories |
The references from the SupportedTransfer DataType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | EnumValues | EnumValueType[] | PropertyType | Mandatory |