@Structure.FieldOrder(value={"ClientData","LocalUserId","Filename","BytesTransferred","TotalFileSizeBytes"})
public class EOS_TitleStorage_FileTransferProgressCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_TitleStorage_FileTransferProgressCallbackInfo.ByReference |
static class |
EOS_TitleStorage_FileTransferProgressCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
BytesTransferred
Amount of bytes transferred so far in this request, out of TotalFileSizeBytes
|
com.sun.jna.Pointer |
ClientData
Client-specified data passed into the file request
|
java.lang.String |
Filename
The file name of the file being transferred
|
EOS_ProductUserId |
LocalUserId
Product User ID of the local user who initiated this request (optional, will only be present in case it was provided during operation start)
|
int |
TotalFileSizeBytes
The total size of the file being transferred (Includes file header in addition to file contents, can be slightly more than expected)
|
| Constructor and Description |
|---|
EOS_TitleStorage_FileTransferProgressCallbackInfo() |
EOS_TitleStorage_FileTransferProgressCallbackInfo(com.sun.jna.Pointer peer) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic com.sun.jna.Pointer ClientData
public EOS_ProductUserId LocalUserId
public java.lang.String Filename
public int BytesTransferred
public int TotalFileSizeBytes