Class IOnvifClient.PullPointNotification
Represents a single notification received from an ONVIF pullpoint subscription.
public class IOnvifClient.PullPointNotification
- Inheritance
-
IOnvifClient.PullPointNotification
- Inherited Members
Constructors
PullPointNotification()
public PullPointNotification()
Properties
Message
Gets or sets the key-value pairs representing the notification message content.
public Dictionary<string, string> Message { get; set; }
Property Value
Timestamp
Gets or sets the timestamp when the notification was generated.
public DateTime Timestamp { get; set; }
Property Value
Topics
Gets or sets the list of topics associated with this notification.
public List<IOnvifClient.PullpointTopic> Topics { get; set; }