SignalInfoSetInteger
Sets the value of an integer type property of signal copy settings.
**Signature:**
bool SignalInfoSetInteger(ENUM_SIGNAL_INFO_INTEGER property_id, long value)
**Parameters:**
property_id: Identifier for the signal copy setting property. Must be a value from ENUM_SIGNAL_INFO_INTEGER.value: The new integer value for the property.**Return Value:**
true: Property successfully changed.false: Property change failed. Call GetLastError() to get error information.**Related Functions:**
SignalInfoSetDoubleSignalSubscribeSignalBaseGetDoubleSignalBaseGetIntegerSignalBaseGetStringSignalBaseSelectSignalBaseTotalSignalInfoGetDoubleSignalInfoGetIntegerSignalInfoGetStringSignalUnsubscribe**Constants:**
ENUM_SIGNAL_INFO_INTEGER: Enumeration for signal property identifiers.
Previous
arrow_back
Signalinfosetdouble