Class IAmReadyToReceive
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
message sent from SLDataGateway to indicate it is ready to receive parameter changes
public sealed class IAmReadyToReceive : IMessage<IAmReadyToReceive>, IDeepCloneable<IAmReadyToReceive>, IBufferMessage, IMessage
- Inheritance
-
IAmReadyToReceive
- Implements
-
IMessage<IAmReadyToReceive>IDeepCloneable<IAmReadyToReceive>IBufferMessageIMessage
- Extension Methods
Constructors
Fields
- IAmReadyFieldNumber
Field number for the "i_am_ready" field.
Properties
Methods
- CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
- Clone()
Creates a deep clone of this object.
- MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
- MergeFrom(IAmReadyToReceive)
Merges the given message into this one.
- WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.