<< Click to Display Table of Contents >> Navigation: »No topics above this level« Module.Download(MemoryType, InstallMode) Method |
/// Downloads the module file to the plc using the FileName property.
[Visual Basic]
Public Overridable Overloads Sub Download( _
ByVal memoryType As MemoryType, _
ByVal installMode As InstallMode _
)
[C#]
public virtual void Download(
MemoryType memoryType,
InstallMode installMode
);
memoryType
The location where the module should be installed.
installMode
The mode of installation.
Module Class | BR.AN.PviServices Namespace | Module.Download Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]