E_LON_pan_dir_t

Used by: SNVT_ptz

TYPE E_LON_pan_dir_t :
(
  eLON_PAN_NUL    := -1,
  eLON_PAN_STOP   := 0,
  eLON_PAN_RIGHT  := 1,
  eLON_PAN_LEFT   := 2
)
END_TYPE

eLON_PAN_NUL: Invalid Value

eLON_PAN_STOP: Stop panning

eLON_PAN_RIGHT: Pan to the right

eLON_PAN_LEFT: Pan to the left