Back to Signal Conversion commands
CMD_DESTROY_SESSION

Command: CMD_DESTROY_SESSION 
Destination: SD_CNVT
Destination Channel: 0

Description

Clients use this command to cause the to destroy the internal representation of signal conversion information that was created using an LDF. This function is required if the LDF that was used to build the internal representation of signal conversion information is changed. If the conversion information has been saved for a php program on behalf of a web page, the unique identifier must be present. If the conversion information has been used by a normal client, the unique identifier should be omitted.


Command Data Format

Unique Identifier
variable number of bytes
Unique Identifier
This is a string of characters that is used to identify the data used for signal conversion. The php session id is a good choice to use for web page usage. The string does not have to be null terminated.

If this command is being used by a normal client that has never saved a session, this field should be omitted.

Response Data Format
none


Response Return Codes

RESP_OK Restoration was successful.
RESP_UNSUPPORTED There is no conversion information in the .
RESP_UNKNOWN_ERR An unknown error occurred.

|Top|