Module.Download(MemoryType, InstallMode) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Module.Download(MemoryType, InstallMode) Method

BR.AN.PviServices .NET


/// 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

);

Parameters

memoryType

The location where the module should be installed.

installMode

The mode of installation.

See Also

Module Class | BR.AN.PviServices Namespace | Module.Download Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]