class ActionHandle

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
identifieruint32Action identifier
action_typeuint32Action type
permissionuint32Permission of specified Action entity. Must use 'Kinova.Api.Common.Permission' enum.

Member functions

Function nameReturn typeInput typeDescription
identifier()uint32voidReturns the current value of identifier. If the identifier is not set, returns 0.
set_identifier()voiduint32Sets the value of identifier. After calling this, identifier() will return value.
clear_identifier()voidvoidClears the value of identifier. After calling this, identifier() will return 0.
action_type() constuint32voidReturns the current value of action_type. If the action_type is not set, returns 0.
set_action_type()voiduint32Sets the value of action_type. After calling this, action_type() will return value.
clear_action_type()voidvoidClears the value of action_type. After calling this, action_type() will return the empty string/empty bytes.
permission()uint32voidReturns the current value of permission. If the permission is not set, returns 0.
set_permission()voiduint32Sets the value of permission. After calling this, permission() will return value.
clear_permission()voidvoidClears the value of permission. After calling this, permission() will return 0.

Parent topic: Base (C++)