Sets the event handler direction. For example: Enum.NED_SendReceive(). This refers to the SPA_eNodeEventDirection enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
int32 SetEventHandlerDirection( int32 index, int32 handler, int32 flags )
Parameter Type | Parameter Name | Documentation |
---|---|---|
int32 | index | The index of the script entry to which you wish to add an event. |
int32 | handler | The index of the specific event handler for which you wish to set the event direction. |
int32 | flags | Sets the event direction flag such as Enum.NED_SendReceive(). This refers to the SPA_eNodeEventDirection enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. |
None published. Please look for an example in the Simdify Scripting Language code base.