Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourRed
titleDRAFT

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.

...

https://unity3d.atlassian.net/wiki/spaces/FNUPEXT/pages/1584529409/Software+Requirements#6.-Object-Transfer-Service

Related Jira Issues

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIde71e36b8-1c31-3d38-9c43-0d513e8b44c9
keyFNSDKEXT-74

Constraints

Performance

Read/Write calls to a VictoR device are time intensive I/O operations. The Service Interfaces should not block and force the end-user to wait for the operations to complete.

...