CONNECT
Connects the IP socket to the IP address `, IP port `.
DATASERVERID
Returns the object id of the contextual data server.
DATASERVERNAME
Returns the name of the contextual data server.
DISCONNECT
Disconnects the IP socket.
ENUMPROCESSEDALARMS
Enumerates the alarms processed by the prior call of the PROCESSEVENT function.
GETACKNOWLEDGMENT
Tests and returns the received acknowledgments.
GETPEERNAME
Returns the address (in `) and port (in optional parameter `) of the IP peer connected.
PROCESSEVENT
Processes the specified events from the defined filters.
RECEIVE
Waits for reception of a message during the maximum time of `` milliseconds.
RECEIVEALARM
Waits for reception of status of alarm ` during the maximum time of ` milliseconds.
RECEIVEFROM
Waits for reception of a message during the maximum time of ` milliseconds. Specify the waited message coding in the optional parameter `: 0=ANSI (default value), 1=UNICODE, 2=Binary, 3=UTF8.
RECEIVESYNC
Waits for reception of a message during the maximum time of ` milliseconds by checking the optional parameter and `.
RESOLVEALERTPARAM
Execute the defined translations for the Alert variables.
SAVEPARAM
Saves the current value of the variable ``.
SEND
Sends the message ` of length `.
SENDTO
Sends the message ` of length to the address with the optional parameter ` (for IP UDP script, data is the destination port, can be an integer).
SETACKBUFFERSIZE
Set the size of the acknowledgment buffer to be able to store `` acknowledgments.
SETFROMLIST
Returns the value associated with the list variable ``.
SETPORTFAIL
Forces the fail status of the port attached to the script, according to the value of the `` parameter: 0=port in normal state, 1=port failure.