Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.12 KB

MappingHandle.md

File metadata and controls

22 lines (16 loc) · 1.12 KB

class MappingHandle

Member values

Member name Data type Description
identifier uint32 Mapping identifier
permission uint32 Permission of specified mapping entity. Must use 'Kinova.Api.Common.Permission' enum.

Member functions

Function name Return type Input type Description
identifier() uint32 void Returns the current value of identifier. If the identifier is not set, returns 0.
set_identifier() void uint32 Sets the value of identifier. After calling this, identifier() will return value.
clear_identifier() void void Clears the value of identifier. After calling this, identifier() will return 0.
permission() uint32 void Returns the current value of permission. If the permission is not set, returns 0.
set_permission() void uint32 Sets the value of permission. After calling this, permission() will return value.
clear_permission() void void Clears the value of permission. After calling this, permission() will return 0.

Parent topic: Base (C++)