RSIAction HomeActionGet ( )
Description:
HomeActionGet returns the action that will occur when the Home Event triggers.
Returns:
(RSIAction) Action taken on Home trigger.
Sample Code:
  if(HomeActionGet() == RSIActionSTOP)
  {
    printf("Homing Action is set to STOP.\n");
  }
See also:
HomeActionSet