Drop.IncomingFileRequest – drop-1.0 Reference Manual
Packages
drop-1.0
Drop
IncomingFileRequest
accepted
id
name
size
IncomingFileRequest
Object Hierarchy:
Description:
public
struct
IncomingFileRequest
Represents a file request of an incoming transmission.
Namespace:
Drop
Package:
drop-1.0
Content:
Fields:
public
uint16
id
The id of the file.
public
uint64
size
The file size.
public
string
name
The name of the file.
public
bool
accepted
If true, the file has been accepted.