mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-26 13:49:21 +00:00
Comment update
This commit is contained in:
parent
812a322e8d
commit
2a9969bf1d
@ -61,11 +61,10 @@ enum PbOperation {
|
||||
RESERVE = 14;
|
||||
// Create an image file. The image file must not yet exist.
|
||||
// PbCommand.params(0) contains the filename, PbCommand.params(1) contains the file size in bytes.
|
||||
// The filename always refers to the default image folder and must not contain a slash.
|
||||
// The filename is relative to the default image folder and must not contain a slash.
|
||||
CREATE_IMAGE = 15;
|
||||
// Delete an image file
|
||||
// PbCommand.params(0) contains the filename.
|
||||
// The filename always refers to the default image folder and must not contain a slash.
|
||||
// Delete an image file. PbCommand.params(0) contains the filename.
|
||||
// The filename is relative to the default image folder and must not contain a slash.
|
||||
DELETE_IMAGE = 16;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user