void IAlarmCommand.Acknowledge | ( | System.Guid | id | ) |
Implemented in AlarmCommandClient.
void IAlarmCommand.AcknowledgeMultipleAlarms | ( | System.Guid | objectId | ) |
Implemented in AlarmCommandClient.
void IAlarmCommand.Add | ( | VideoOS.Platform.Data.Alarm | alarm | ) |
Implemented in AlarmCommandClient.
void IAlarmCommand.AddAsEvent | ( | VideoOS.Platform.Data.Alarm | alarm | ) |
Implemented in AlarmCommandClient.
void IAlarmCommand.AddEvent | ( | VideoOS.Platform.Data.BaseEvent | baseEvent | ) |
Implemented in AlarmCommandClient.
void IAlarmCommand.AttachSnapshot | ( | System.Guid | id, |
VideoOS.Platform.Data.Snapshot | snapshot ) |
Implemented in AlarmCommandClient.
VideoOS.Platform.Data.Alarm IAlarmCommand.Get | ( | System.Guid | id | ) |
Implemented in AlarmCommandClient.
VideoOS.Platform.Proxy.Alarm.AlarmHistory[] IAlarmCommand.GetAlarmHistory | ( | System.Guid | id | ) |
Implemented in AlarmCommandClient.
VideoOS.Platform.Proxy.Alarm.AlarmLine[] IAlarmCommand.GetAlarmLines | ( | int | from, |
int | maxCount, | ||
VideoOS.Platform.Proxy.Alarm.AlarmFilter | filter ) |
Implemented in AlarmCommandClient.
string[] IAlarmCommand.GetAlarmMessages | ( | ) |
Implemented in AlarmCommandClient.
VideoOS.Platform.Proxy.Alarm.AlarmUpdate[] IAlarmCommand.GetAlarmUpdateHistory | ( | System.Guid | id | ) |
Implemented in AlarmCommandClient.
VideoOS.Platform.Data.BaseEvent IAlarmCommand.GetEvent | ( | System.Guid | id | ) |
Implemented in AlarmCommandClient.
VideoOS.Platform.Proxy.Alarm.EventLine[] IAlarmCommand.GetEventLines | ( | int | from, |
int | maxCount, | ||
VideoOS.Platform.Proxy.Alarm.EventFilter | filter ) |
Implemented in AlarmCommandClient.
VideoOS.Platform.Data.EventHeader IAlarmCommand.GetHeader | ( | System.Guid | id | ) |
Implemented in AlarmCommandClient.
AlarmUpdateData IAlarmCommand.GetSessionAlarmLines | ( | int | maxCount, |
Guid | sessionId ) |
Implemented in AlarmCommandClient.
EventUpdateData IAlarmCommand.GetSessionEventLines | ( | int | maxCount, |
Guid | sessionId ) |
Implemented in AlarmCommandClient.
VideoOS.Platform.Data.SnapshotList IAlarmCommand.GetSnapshots | ( | System.Guid | id | ) |
Implemented in AlarmCommandClient.
VideoOS.Platform.Proxy.Alarm.Statistic[] IAlarmCommand.GetStatistics | ( | ) |
Implemented in AlarmCommandClient.
Guid IAlarmCommand.StartAlarmLineSession | ( | VideoOS.Platform.Proxy.Alarm.AlarmFilter | filter | ) |
Implemented in AlarmCommandClient.
Guid IAlarmCommand.StartEventLineSession | ( | VideoOS.Platform.Proxy.Alarm.EventFilter | filter | ) |
Implemented in AlarmCommandClient.
void IAlarmCommand.StopAlarmLineSession | ( | Guid | sessionId | ) |
Implemented in AlarmCommandClient.
void IAlarmCommand.StopEventLineSession | ( | Guid | sessionId | ) |
Implemented in AlarmCommandClient.
void IAlarmCommand.UpdateAlarm | ( | System.Guid | id, |
string | text, | ||
int | state, | ||
int | priority, | ||
System.DateTime | time, | ||
string | assignedTo ) |
Implemented in AlarmCommandClient.
void IAlarmCommand.UpdateAlarmValues | ( | System.Guid | id, |
KeyValuePair< string, string >[] | updates ) |
Implemented in AlarmCommandClient.
void IAlarmCommand.UpdateMultipleAlarms | ( | System.Guid | objectId, |
int | oldState, | ||
int | newState, | ||
System.DateTime | time, | ||
string | assignedTo ) |
Implemented in AlarmCommandClient.