Status | ||||
---|---|---|---|---|
|
Introduction
The VictoR Core Library will provide a standardized, user-friendly set of interfaces for interacting with the various services within an FN VictoR device without needing to reference an ICD to figure out the low-level details required for those interactions. To facilitate the development of those interfaces, a common Base Service Interface will be created with the intent of providing a common set of methods that utilize the device communication interfaces as well as any common data to be shared among any service interfaces that inherit from this base interface.
...
Term | Description |
---|---|
API | Application Programming Interface |
ID | Identifier |
ICD | Interface Control Document |
I/O | Input/Output |
OS | Operating System |