You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/dialects/common/message_statustext.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ package common
6
6
typeMessageStatustextstruct {
7
7
// Severity of status. Relies on the definitions within RFC-5424.
8
8
SeverityMAV_SEVERITY`mavenum:"uint8"`
9
-
// Status text message, without null termination character
9
+
// Status text message, without null termination character. UTF-8 encoded.
10
10
Textstring`mavlen:"50"`
11
11
// Unique (opaque) identifier for this statustext message. May be used to reassemble a logical long-statustext message from a sequence of chunks. A value of zero indicates this is the only chunk in the sequence and the message can be emitted immediately.
0 commit comments