mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
MessageContent in FilterType may be empty
This commit is contained in:
@@ -57,7 +57,7 @@ type EndpointReferenceType struct { //wsa http://www.w3.org/2005/08/addressing/w
|
||||
// FilterType struct
|
||||
type FilterType struct {
|
||||
TopicExpression TopicExpressionType `xml:"wsnt:TopicExpression"`
|
||||
MessageContent QueryExpressionType `xml:"wsnt:MessageContent"`
|
||||
MessageContent *QueryExpressionType `xml:"wsnt:MessageContent"`
|
||||
}
|
||||
|
||||
//EndpointReference alais
|
||||
|
||||
Reference in New Issue
Block a user