Table of Contents

Struct InstallPerFileProgress

Namespace
Hi3Helper.Plugin.Core.Management
Assembly
Hi3Helper.Plugin.Core.dll

Defines the per-file download progress reported via the V1Ext_Update5 callback.

public struct InstallPerFileProgress
Inherited Members
Extension Methods

Fields

PerFileDownloadedBytes

Indicates how many bytes have been downloaded for the current file.

public long PerFileDownloadedBytes

Field Value

long

PerFileTotalBytes

Indicates the total size in bytes of the current file.

public long PerFileTotalBytes

Field Value

long