This class is a collection of static strings for server communications. The event and alarm messages will be sent to the EventServer and others represent communication to the logon server.
More...
|
const string | AlarmNotificationsDisabledIndication = "Server.AlarmNotificationsDisabledIndication" |
| This message is sent when alarm notifications for an event has been manually disabled in the Smart Client. The Message.Data field contains the guid of the event.
|
|
const string | AlarmNotificationsEnabledIndication = "Server.AlarmNotificationsEnabledIndication" |
| This message is sent when alarm notifications for an event has been re-enabled. The Message.Data field contains the guid of the event.
|
|
const string | ArchiveDiskAvailableMessage = "Archive Disk Available" |
| Can appear in the NewEventIndication message.
|
|
const string | ArchiveFailureDiskUnavailableMessage = "Archive Failure: Disk Unavailable" |
| Can appear in the NewEventIndication message.
|
|
const string | ArchiveFailureMessage = "Archive Failure" |
| Can appear in the NewEventIndication message.
|
|
const string | ArchiveMoveFailureMessage = "Archive Move Failure" |
| Can appear in the NewEventIndication message.
|
|
const String | ChangedAlarmHistoryIndication = "Server.ChangedAlarmHistoryIndication" |
| This message is send within the Event Server environment, when one or more alarm histories has been updated. The Message.Data field contains a ChangedAlarmHistoriesData class.
|
|
const String | ChangedAlarmIndication = "Server.ChangedAlarmIndication" |
| This message is send within the Event Server environment, when one or many alarms has been changed. The Message.Data field contains a ChangedAlarmData class.
|
|
const String | ConfigurationChangedIndication = "Server.ConfigurationChangedIndication" |
| This message is being sent by the Environment to indicate that some part of a plug-in configuration has changed.
The Message.RelatedFQID defines the top most Item that has changed. If the specific Item is not known only the Kind is filled with relevant content.
You may use this information to reload from this Item and all it's children.
The EventServer will use this information to reload a plug-ins Items and refresh relevant Maps.
Please note that video management server configuration changes are being notified by the similar message under the System namespace (System.SystemConfigurationChangedIndication).
This feature requires the EnvironmentManager.Instance.EnableConfigurationChangedService = true;.
|
|
const string | DatabaseBeingRepairedMessage = "Database being repaired" |
| Can appear in the NewEventIndication message.
|
|
const string | DisabledMessage = "Disabled" |
| Can appear in the NewEventIndication message.
|
|
const string | EnabledMessage = "Enabled" |
| Can appear in the NewEventIndication message.
|
|
const String | EventCommand = "Server.EventCommand" |
| Deprecated - see Server.NewEventCommand.
|
|
const string | ExternalEventMessage = "External Event" |
| Can appear in the NewEventIndication message.
|
|
const string | GetAnalyticsMessagesRequest = "Analytics.GetAnalyticsMessagesRequest" |
| Is used to get a list of all configured Analytics messages.
|
|
const string | GetAnalyticsMessagesResponse = "Analytics.GetAnalyticsMessagesResponse" |
| Contains a response to the GetAnalyticsMessagesRequest message.
|
|
const String | GetIPAddressRequest = "Server.GetIPAddresRequest" |
| To request IP address for a given camera. The Related FQID is the camera you need information about. The returned object is a string with the IP address.
|
|
const String | GetIPAddressResponse = "Server.GetIPAddresResponse" |
| The response to the GetIPAddressRequest, when transmitted on the MessageCommunication to the event server.
|
|
const string | GetMapRequest = "Server.GetMapRequest" |
| This request can be used in the Smart Client to get a list of child maps.
|
|
const string | GetMapResponse = "Server.GetMapResponse" |
| Is sent as a result of a GetMapRequest. The message.Data field contains a MapResponseData class.
|
|
const string | MipItemPositionChangedIndication = "Server.MipItemPositionChangedIndication" |
| This message ID is used when the PositioningInformation property of a MIP plugin item has changed.
|
|
const string | MotionDetectedMessage = "Motion Detected" |
| Can appear in the NewEventIndication message.
|
|
const string | MotionEndMessage = "Motion End" |
| Can appear in the NewEventIndication message.
|
|
const string | NewAlarmAsEventCommand = "Server.NewAlarmAsEventCommand" |
| Deprecated - see Server.NewEventCommand.
|
|
const string | NewAlarmCommand = "Server.NewAlarmCommand" |
| Plug-ins can send this message with an Alarm class in the Data field, to have the EventServer store the Alarm into the database.
The Alarm will be stored unaltered except for these fields:
|
|
const String | NewAlarmIndication = "Server.NewAlarmIndication" |
| This message Id is SEND by the Event server, to inform others that a new alarm has occurred.
|
|
const String | NewAlarmUpdatedIndication = "Server.NewAlarmUpdatedIndication" |
| Obsolete. Do not use.
|
|
const String | NewAlertAsAlarmHandlerCommand = "Server.NewAlertAsAlarmHandlerCommand" |
| Deprecated - see Server.NewEventCommand.
|
|
const String | NewEventAsAlarmHandlerCommand = "Server.NewEventAsAlarmHandlerCommand" |
| Deprecated - see Server.NewAlarmCommand.
|
|
const String | NewEventCommand = "Server.NewEventCommand" |
| Plug-ins sends a Message with this message id to inform the Event Server of a new event. If this is sent in the Smart Client or when running with the .Net Library, it will be transfered to the event server over a SOAP protocol. The EventServer will process the message for possible storage in the alarm database if it finds a match in one of the alarm definition.
The Data field of the message can contain either an EventData or an AnalyticsEvent class.
|
|
const String | NewEventIndication = "Server.NewEventIndication" |
| This message Id is SEND by the Event server, to inform others that a new event has occurred.
Plug-in's running in the event server will be able to retrieve this message using the RegisterReceiver method. For receiving this message in other Environments than the event server, use the MessageCommunication classes.
|
|
const String | NewEventsCommand = "Server.NewEventsCommand" |
| Should only be used in Event Server. Plug-ins sends a Message with this message id to inform the Event Server of multiple new events. The EventServer will process the events contained in the message for possible storage in the alarm database if it finds a match in one of the alarm definition.
The Data field of the message should contain an IEnumerable containing object of either the EventData or the AnalyticsEvent class.
|
|
const String | NewEventsIndication = "Server.NewEventsIndication" |
| This message Id is SEND by the Event server, to inform others that one or more new events has occurred.
Plug-in's running in the event server will be able to retrieve this message using the RegisterReceiver method. For receiving this message in other Environments than the event server, use the MessageCommunication classes.
|
|
const string | NotRespondingMessage = "Not Responding" |
| Can appear in the NewEventIndication message.
|
|
const string | OutputActivatedMessage = "Output Activated" |
| Can appear in the NewEventIndication message.
|
|
const string | OutputDeactivatedMessage = "Output Deactivated" |
| Can appear in the NewEventIndication message.
|
|
const String | RecorderFQIDChangedIndication = "Server.RecorderFQIDChangedIndication" |
| This message ID is used when a failover has occurred in a Corporate system. The Message.RelatedFQID defines the recorder that has an updated address (WebServerUri). Please note, to listen to this message, use the EnvironmentManager RegisterReceiver method. Requires EnvironmentProperties.EnableConfigurationRefresh to be true.
|
|
const string | RespondingMessage = "Responding" |
| Can appear in the NewEventIndication message.
|
|
const string | RunningOutOfDiskSpaceMessage = "Running Out of Disk Space" |
| Can appear in the NewEventIndication message.
|
|
const string | ServerNotRespondingMessage = "Server Not Responding" |
| Can appear in the NewEventIndication message.
|
|
const string | ServerRespondingMessage = "Server Responding" |
| Can appear in the NewEventIndication message.
|
|
const string | SettingsChangedErrorMessage = "Settings Changed Error" |
| Can appear in the NewEventIndication message.
|
|
const string | SettingsChangedMessage = "Settings Changed" |
| Can appear in the NewEventIndication message.
|
|
This class is a collection of static strings for server communications. The event and alarm messages will be sent to the EventServer and others represent communication to the logon server.