mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 23:29:39 +00:00
Added missing comments to .proto file
This commit is contained in:
parent
fd97650712
commit
7efed1a239
@ -32,6 +32,9 @@ enum PbOperation {
|
|||||||
NONE = 0;
|
NONE = 0;
|
||||||
|
|
||||||
// Attach devices
|
// Attach devices
|
||||||
|
// Parameters (mutually exclusive):
|
||||||
|
// "file": The filename relative to the default image folder. It must not contain a slash.
|
||||||
|
// "interfaces": A prioritized comma-separated list of interfaces to create a network bridge for.
|
||||||
ATTACH = 1;
|
ATTACH = 1;
|
||||||
|
|
||||||
// Detach devices
|
// Detach devices
|
||||||
@ -47,6 +50,8 @@ enum PbOperation {
|
|||||||
STOP = 5;
|
STOP = 5;
|
||||||
|
|
||||||
// Insert medium
|
// Insert medium
|
||||||
|
// Parameters:
|
||||||
|
// "file": The filename, relative to the default image folder. It must not contain a slash.
|
||||||
INSERT = 6;
|
INSERT = 6;
|
||||||
|
|
||||||
// Eject medium
|
// Eject medium
|
||||||
|
Loading…
Reference in New Issue
Block a user