Table of Contents

Class EOSTransferInProgress

Class EOSTransferInProgress is used in EOSTitleStorageManager and PlayerDataStorageService to keep track of downloaded cached file data.

public class EOSTransferInProgress
Inheritance
EOSTransferInProgress
Inherited Members

Fields

CurrentIndex

public uint CurrentIndex

Field Value

uint

Download

public bool Download

Field Value

bool

FileMaxSizeBytes

public const int FileMaxSizeBytes = 200000000

Field Value

int

Properties

Data

public byte[] Data { get; set; }

Property Value

byte[]

TotalSize

public uint TotalSize { get; }

Property Value

uint

Methods

IsDone()

public bool IsDone()

Returns

bool