Knowledge Base Article
Article Type: Undocumented Settings
Product: Symphony
Product Version:
Component: Symphony Server
Device Brands:
Created: 3-Oct-2017 9:11:45 PM
Last Updated:

TCP command string format

When you add TCP to an action set and the alarm occurs, Symphony connects to the address and port that you set in the action set and sends the message that you added to the Message field. The TCP command that Symphony sends is in the following format:

const char format[] = "<Action><Camera Id="camera_ID" Name="camera_name" /><Policy Id="policy_ID" Name="policy_name" /><UserString>user_string</UserString></Action>\n";

Where:

  • camera_ID is the ID of the camera that triggered the alarm
  • camera_name is the name of the camera that triggered the alarm
  • policy_ID is the ID of the policy that triggered the alarm
  • policy_name is name of the policy that triggered the alarm
  • user_string is the message that you add to the action set

Average rating:
Please log in to rate.
Rated by 0, Viewed by 2034