Class IAmReadyToReceiveAcknowledged
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
message sent from SLDataGatewayAPI to indicate the IAmReadyToReceive was received and it will start publishing
public sealed class IAmReadyToReceiveAcknowledged : IMessage<IAmReadyToReceiveAcknowledged>, IDeepCloneable<IAmReadyToReceiveAcknowledged>, IBufferMessage, IMessage
- Inheritance
-
IAmReadyToReceiveAcknowledged
- Implements
-
IMessage<IAmReadyToReceiveAcknowledged>IDeepCloneable<IAmReadyToReceiveAcknowledged>IBufferMessageIMessage
- Extension Methods
Constructors
Fields
- AcknowledgedFieldNumber
Field number for the "acknowledged" 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(IAmReadyToReceiveAcknowledged)
Merges the given message into this one.
- WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.