Skip to content

Commit

Permalink
fixed wording
Browse files Browse the repository at this point in the history
  • Loading branch information
belagertem committed May 23, 2024
1 parent 00131e7 commit 354a6ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/t2iapi/combined/combined_requests.proto
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ message SetModeOfOperationAndSetOperatingModeRequest {
}

/*
Request to set the @ActivationState of the system context with the specified handle to the requested value and to set
the @ContextAssociation of a context state from the context descriptor with the given handle to the requested value.
Request to set the @ActivationState of the system context with the specified handle to the requested value and to
create or adapt the @ContextAssociation of a context state from the context descriptor with the given handle to the
requested value.
*/
message SetSystemContextActivationStateAndContextAssociationRequest {
string system_context_handle = 1; // handle of the system context for which the @ActivationState shall be set
Expand Down
5 changes: 3 additions & 2 deletions src/t2iapi/combined/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ service CombinedService {
returns (BasicResponse);

/*
Request to set the @ActivationState of the system context with the specified handle to the requested value and to set
the @ContextAssociation of a context state from the context descriptor with the given handle to the requested value.
Request to set the @ActivationState of the system context with the specified handle to the requested value and to
create or adapt the @ContextAssociation of a context state from the context descriptor with the given handle to the
requested value.
The manipulated states shall be persistent until a next manipulation call or an SDC operation invocation.
If the device is not able to maintain the static states, it shall return RESULT_NOT_SUPPORTED.
*/
Expand Down

0 comments on commit 354a6ba

Please sign in to comment.