NearShareProgress Class

  • java.lang.Object
    • com.microsoft.connecteddevices.remotesystems.commanding.nearshare.NearShareProgress

public class NearShareProgress

Progress of a nearby sharing operation at a single moment in time.

Field Summary

Modifier and Type Field and Description
long bytesSent

The number of bytes that have been sent.

int filesSent

The number of files that have been sent.

long totalBytesToSend

The total number of bytes being sent.

int totalFilesToSend

The total number of files being sent.

Field Details

bytesSent

public long bytesSent

The number of bytes that have been sent.

filesSent

public int filesSent

The number of files that have been sent.

totalBytesToSend

public long totalBytesToSend

The total number of bytes being sent.

totalFilesToSend

public int totalFilesToSend

The total number of files being sent.

Applies to