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