FileSystemLoadingType

The representation of the FileSystemLoadingType ObjectType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=192 |
NamespaceUri | http://opcfoundation.org/UA/DI/ |
BrowseName | FileSystemLoadingType |
NodeClass | ObjectType |
IsAbstract | False |
SubtypeOf | SoftwareLoadingType |
The references from the FileSystemLoadingType ObjectType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasComponent | Object | FileSystem | FileDirectoryType | Mandatory | |
HasComponent | Method | GetUpdateBehavior | Mandatory | ||
HasComponent | Method | ValidateFiles | Optional |
GetUpdateBehavior
Signature
GetUpdateBehavior(
[in] NodeId NodeIds
[out] UpdateBehavior UpdateBehavior
);
Argument | Description |
---|---|
NodeIds | |
UpdateBehavior |
ValidateFiles
Signature
ValidateFiles(
[in] NodeId NodeIds
[out] Int32 ErrorCode
[out] LocalizedText ErrorMessage
);
Argument | Description |
---|---|
NodeIds | |
ErrorCode | |
ErrorMessage |