Class RemoteTextInputMessage
- Namespace
- AppleTvControlLibrary.Mrp.Protobuf
- Assembly
- AppleTvControlLibrary.Mrp.dll
public sealed class RemoteTextInputMessage : IMessage<RemoteTextInputMessage>, IEquatable<RemoteTextInputMessage>, IDeepCloneable<RemoteTextInputMessage>, IBufferMessage, IMessage
- Inheritance
-
RemoteTextInputMessage
- Implements
-
IMessage<RemoteTextInputMessage>IDeepCloneable<RemoteTextInputMessage>IBufferMessageIMessage
- Inherited Members
Constructors
RemoteTextInputMessage()
public RemoteTextInputMessage()
RemoteTextInputMessage(RemoteTextInputMessage)
public RemoteTextInputMessage(RemoteTextInputMessage other)
Parameters
otherRemoteTextInputMessage
Fields
DataFieldNumber
Field number for the "data" field.
public const int DataFieldNumber = 3
Field Value
TimestampFieldNumber
Field number for the "timestamp" field.
public const int TimestampFieldNumber = 1
Field Value
VersionFieldNumber
Field number for the "version" field.
public const int VersionFieldNumber = 2
Field Value
Properties
Data
public ByteString Data { get; set; }
Property Value
- ByteString
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasData
Gets whether the "data" field is set
public bool HasData { get; }
Property Value
HasTimestamp
Gets whether the "timestamp" field is set
public bool HasTimestamp { get; }
Property Value
HasVersion
Gets whether the "version" field is set
public bool HasVersion { get; }
Property Value
Parser
public static MessageParser<RemoteTextInputMessage> Parser { get; }
Property Value
- MessageParser<RemoteTextInputMessage>
Timestamp
public double Timestamp { get; set; }
Property Value
Version
public ulong Version { 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.
ClearData()
Clears the value of the "data" field
public void ClearData()
ClearTimestamp()
Clears the value of the "timestamp" field
public void ClearTimestamp()
ClearVersion()
Clears the value of the "version" field
public void ClearVersion()
Clone()
Creates a deep clone of this object.
public RemoteTextInputMessage Clone()
Returns
- RemoteTextInputMessage
A deep clone of this object.
Equals(RemoteTextInputMessage)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(RemoteTextInputMessage other)
Parameters
otherRemoteTextInputMessageAn 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(RemoteTextInputMessage)
Merges the given message into this one.
public void MergeFrom(RemoteTextInputMessage other)
Parameters
otherRemoteTextInputMessage
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.