Message
Object Hierarchy:
Description:
[
CCode ( type_id =
"lcb_message_get_type ()" ) ]
public class Message :
Object
Content:
Properties:
- public uint channel { get; construct; }
The channel of the message.
- public uint message_code { get; construct; }
The message code
- public string msg_id { get; }
The (unique) id of this message: timestamp-channel-msg_code-update
- public string operator_code { get; construct; }
The operator code when the message was received
- public SeverityLevel severity { get; construct; }
The severity level of this message as determined at time of receival
- public string severity_subject { get; construct; }
The subject determined by the severity at the time of receival
- public string text { get; construct; }
The body of a cell broadcast message
- public int64 timestamp { get; construct; }
Timestamp in seconds in UTC.
- public uint update { get; construct; }
When this message updates an earlier message it will have a value
greater than 0.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object