ORKPredefinedTaskHandOption Constants Reference
| Declared in | ORKTypes.h |
|---|
ORKPredefinedTaskHandOption
Values that identify the hand(s) to be used in an active task.
By default, the participant will be asked to use their most affected hand.
Definition
typedef NS_OPTIONS(NSUInteger, ORKPredefinedTaskHandOption ) {
ORKPredefinedTaskHandOptionUnspecified = 0,
ORKPredefinedTaskHandOptionLeft = 1 < < 1,
ORKPredefinedTaskHandOptionRight = 1 < < 2,
ORKPredefinedTaskHandOptionBoth = ORKPredefinedTaskHandOptionLeft | ORKPredefinedTaskHandOptionRight,
};
Constants
ORKPredefinedTaskHandOptionUnspecified-
Which hand to use is undefined
Declared In
ORKTypes.h. ORKPredefinedTaskHandOptionLeft-
Task should test the left hand
Declared In
ORKTypes.h. ORKPredefinedTaskHandOptionRight-
Task should test the right hand
Declared In
ORKTypes.h. ORKPredefinedTaskHandOptionBoth-
Task should test both hands (random order)
Declared In
ORKTypes.h.
Declared In
ORKTypes.h