MEIMotionAttrHold

MEIMotionAttrHold

 

typedef	struct MEIMotionAttrHold {
    MEIMotionAttrHoldType	type;
    MEIMotionAttrHoldSource	source;
    float			timeout;
} MEIMotionAttrHold;
Description
  type This value specifies the motion hold type. Please see MEIMotionAttrHoldType for more information.
  source This value specifies the motion hold conditions. Please see MEIMotionAttrHoldSource for more information.
  timeout This value specifies the motion hold expiration time (seconds). When the time exceeds the timeout value or the hold conditions are met, the motion profile will execute.
See Also MEIMotionAttrHoldType | MEIMotionAttrHoldSource