Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove OnPutFile parameter FileName #260

Merged
merged 2 commits into from
Feb 3, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/BasicCommunication/OnPutFile/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ The list of RPCs and data structures that `OnPutFile` affects are:
|offset|Integer|false|minvalue: 0<br>maxvalue: 100000000000|
|length|Integer|false|minvalue: 0<br>maxvalue: 100000000000|
|fileSize|Integer|false|minvalue: 0<br>maxvalue: 100000000000|
|FileName|String|true|maxlength: 255|
|syncFileName|String|true|maxlength: 255|
|fileType|[Common.FileType](../../common/enums/#filetype)|true||
|persistentFile|Boolean|false|defvalue: false|
Expand All @@ -60,6 +59,12 @@ The list of RPCs and data structures that `OnPutFile` affects are:

### Sequence Diagrams

!!! NOTE

In the context of `PutFile` and `OnPutFile` each of these diagrams refers to `syncFileName` by `FileName`
iCollin marked this conversation as resolved.
Show resolved Hide resolved

!!!

|||
Put File used before referencing RPC
![OnPutFile](./assets/OnPutFileBeforeRPC.png)
Expand Down