- SignalBaseGetDouble
- SignalBaseGetInteger
- SignalBaseGetString
- SignalBaseSelect
- SignalBaseTotal
- SignalInfoGetDouble
- SignalInfoGetInteger
- SignalInfoGetString
- SignalInfoSetDouble
- SignalInfoSetInteger
- SignalSubscribe
- SignalUnSubscribe
SignalInfoSetInteger
Sets the value of integer type property of signal copy settings.
bool SignalInfoSetInteger(
|
Parameters
property_id
[in] Signal copy settings property identifier. The value can be one of the values of the ENUM_SIGNAL_INFO_INTEGER enumeration.
value
[in] The value of signal copy settings property.
Return Value
Returns true if property has been changed, otherwise returns false. To read more about the error call GetLastError().