Button Element Data Information
These constants specify information for data of kindkButtonData
. Use theISpButtonConfigurationInfo
structure for help in interpreting the data.
typedef enum { kISpButtonUp = 0, kISpButtonDown = 1 } ISpButtonData;Constant descriptions
kISpButtonUp
- Button is up.
kISpButtonDown
- Button is down.