<< Click to Display Table of Contents >> Navigation: »No topics above this level« Module.Download(MemoryType, InstallMode, ConversionModes, String, String, Byte) Method |
Default procedure for downlading modules including all parameters.
[Visual Basic]
Public Overloads Sub Download( _
ByVal memoryType As MemoryType, _
ByVal installMode As InstallMode, _
ByVal conversionMode As ConversionModes, _
ByVal moduleVersion As String, _
ByVal moduleName As String, _
ByVal moduleData As Byte _
)
[C#]
public void Download(
MemoryType memoryType,
InstallMode installMode,
ConversionModes conversionMode,
string moduleVersion,
string moduleName,
byte[] moduleData
);
memoryType
The location where the module should be installed.
installMode
The mode of installation.
conversionMode
The conversion mode will help the translation DLL to perform the correct conversion from the source file.
moduleVersion
The optional module version. Use an empty string or null if you want to set the default value.
moduleName
The optional module name. Use an empty string or null if you want to set the default value. (This the Name property of the object if the Address property is not set)
moduleData
The data to be transfered.
Module Class | BR.AN.PviServices Namespace | Module.Download Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]