Skip to content

Commit

Permalink
fixed wording for SetSystemContextActivationStateAndContextAssociatio…
Browse files Browse the repository at this point in the history
…n and SetSystemContextActivationStateAndContextAssociationRequest
  • Loading branch information
belagertem committed May 24, 2024
1 parent 354a6ba commit 42684fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/t2iapi/combined/combined_requests.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ message SetModeOfOperationAndSetOperatingModeRequest {

/*
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.
create or adapt a context state with the requested @ContextAssociation for the context descriptor with the given handle.
*/
message SetSystemContextActivationStateAndContextAssociationRequest {
string system_context_handle = 1; // handle of the system context for which the @ActivationState shall be set
Expand Down
4 changes: 2 additions & 2 deletions src/t2iapi/combined/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ service CombinedService {

/*
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.
create or adapt a context state with the requested @ContextAssociation for the context descriptor with the given
handle.
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 42684fd

Please sign in to comment.