|
FreeNOS
|
Enumerations | |
| enum | Action { RegisterBuffer = 1 } |
| Actions which may be performed on the datastore. More... | |
| enum | Result { Success = 0, IOError, InvalidArgument, IpcError } |
| Result codes. More... | |
| enum Datastore::Action |
Actions which may be performed on the datastore.
| Enumerator | |
|---|---|
| RegisterBuffer | |
Definition at line 34 of file Datastore.h.
| enum Datastore::Result |
Result codes.
| Enumerator | |
|---|---|
| Success | |
| IOError | |
| InvalidArgument | |
| IpcError | |
Definition at line 42 of file Datastore.h.
1.8.17