MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ MotionHoldUserMaskGet()

int32 MotionHoldUserMaskGet ( )
pure virtual

Gets the Motion Hold User Mask.

Description:
MotionHoldUserMaskGet gets the Mask which will be bitwise ANDed with the value at the User Address.
Returns
The bitmask
Sample Code:
printf("There is a Motion Hold using mask: 0x%x \n", axis.MotionHoldUserMaskGet());
See also
MotionHoldUserMaskSet()