Skip to content

Commit

Permalink
Update document a little
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Dec 18, 2019
1 parent 15f65df commit 84e73e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ The following services are supported:
* Attribute service set
* Read
* Write
* History Read - 0.8+. Server side requires host application to implement a HistoricalDataProvider backend
* History Update - 0.8+. Server side requires host application to implement a HistoricalDataProvider backend
* History Read - 0.8+. The server-side functionality is delegated to callbacks that must be implemented.
* History Update - 0.8+. The server-side functionality is delegated to callbacks that must be implemented.

* Session service set
* CreateSession
Expand Down Expand Up @@ -86,7 +86,7 @@ The client API API is mostly synchronous - i.e. you call a function that makes a
when the response is received or a timeout occurs. Only publish responses
arrive asynchronously.

Under the covers, the architecture is asynchronous and could be exposed through the API.
Under the covers, the architecture is asynchronous and may be exposed as such through the API in the future.

The client exposes functions that correspond to the current server supported profile, i.e. look above at the
server services and there will be client-side calls analogous to these.
Expand Down

0 comments on commit 84e73e5

Please sign in to comment.