Class TextInputMessage
- Namespace
- AppleTvControlLibrary.Mrp.Protobuf
- Assembly
- AppleTvControlLibrary.Mrp.dll
public sealed class TextInputMessage : IMessage<TextInputMessage>, IEquatable<TextInputMessage>, IDeepCloneable<TextInputMessage>, IBufferMessage, IMessage
- Inheritance
-
TextInputMessage
- Implements
-
IMessage<TextInputMessage>IDeepCloneable<TextInputMessage>IBufferMessageIMessage
- Inherited Members
Constructors
TextInputMessage()
public TextInputMessage()
TextInputMessage(TextInputMessage)
public TextInputMessage(TextInputMessage other)
Parameters
otherTextInputMessage
Fields
ActionTypeFieldNumber
Field number for the "actionType" field.
public const int ActionTypeFieldNumber = 3
Field Value
TextFieldNumber
Field number for the "text" field.
public const int TextFieldNumber = 2
Field Value
TimestampFieldNumber
Field number for the "timestamp" field.
public const int TimestampFieldNumber = 1
Field Value
Properties
ActionType
public ActionType.Types.Enum ActionType { get; set; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasActionType
Gets whether the "actionType" field is set
public bool HasActionType { get; }
Property Value
HasText
Gets whether the "text" field is set
public bool HasText { get; }
Property Value
HasTimestamp
Gets whether the "timestamp" field is set
public bool HasTimestamp { get; }
Property Value
Parser
public static MessageParser<TextInputMessage> Parser { get; }
Property Value
- MessageParser<TextInputMessage>
Text
public string Text { get; set; }
Property Value
Timestamp
public double Timestamp { get; set; }
Property Value
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
public int CalculateSize()
Returns
- int
The number of bytes required to write this message to a coded output stream.
ClearActionType()
Clears the value of the "actionType" field
public void ClearActionType()
ClearText()
Clears the value of the "text" field
public void ClearText()
ClearTimestamp()
Clears the value of the "timestamp" field
public void ClearTimestamp()
Clone()
Creates a deep clone of this object.
public TextInputMessage Clone()
Returns
- TextInputMessage
A deep clone of this object.
Equals(TextInputMessage)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(TextInputMessage other)
Parameters
otherTextInputMessageAn object to compare with this object.
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
MergeFrom(TextInputMessage)
Merges the given message into this one.
public void MergeFrom(TextInputMessage other)
Parameters
otherTextInputMessage
Remarks
See the user guide for precise merge semantics.
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
inputCodedInputStream
Remarks
See the user guide for precise merge semantics.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
outputCodedOutputStreamCoded output stream to write the data to. Must not be null.