CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriFsWebInstaller.StatusInfo Struct Reference

Status information More...

Public Attributes

Status status
 Installer handle status More...
 
Error error
 Error state of the installer handle More...
 
int httpStatusCode
 HTTP status code More...
 
long contentsSize
 The size of the installation target (byte) More...
 
long receivedSize
 Received size (byte) More...
 

Detailed Description

Status information

Description:
Represents the detailed status including CriWare.CriFsWebInstaller::Status,
which can be obtained by calling the CriWare.CriFsWebInstaller::GetStatusInfo function.
See also
CriFsWebInstaller::StatusInfo, CriFsWebInstaller::GetStatusInfo

Member Data Documentation

Status status

Installer handle status

See also
CriFsWebInstaller::Status
Error error

Error state of the installer handle

Description:
A value other than CriFsWebInstaller::Error.None is stored when CriFsWebInstaller::StatusInfo.status != CriFsWebInstaller::Status.Error.
When an error occurs, handle appropriately according to the error type.
See also
CriFsWebInstaller::Error
int httpStatusCode
long contentsSize

The size of the installation target (byte)

Description:
The size of the installation target (byte) is stored.
A negative value ( CriFsWebInstaller.InvalidContentsSize ) is stored if the size of the installation target is unknown.
A valid value is stored when the transfer via HTTP starts.
See also
CriFsWebInstaller.InvalidContentsSize, CriFsWebInstaller::StatusInfo.receivedSize
long receivedSize

Received size (byte)

See also
CriFsWebInstaller::StatusInfo.contentsSize

The documentation for this struct was generated from the following file: