Table of Contents

Class IAmReadyToReceiveAcknowledged

Namespace
Skyline.DataMiner.Protobuf.Shared.Core.DataTypes.ParameterChange.V1
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
IBufferMessage
IMessage
Extension Methods

Constructors

IAmReadyToReceiveAcknowledged()
IAmReadyToReceiveAcknowledged(IAmReadyToReceiveAcknowledged)

Fields

AcknowledgedFieldNumber

Field number for the "acknowledged" field.

Properties

Acknowledged
Descriptor
Parser

Methods

CalculateSize()

Calculates the size of this message in Protocol Buffer wire format, in bytes.

Clone()

Creates a deep clone of this object.

Equals(IAmReadyToReceiveAcknowledged)
Equals(object)
GetHashCode()
MergeFrom(CodedInputStream)

Merges the data from the specified coded input stream with the current message.

MergeFrom(IAmReadyToReceiveAcknowledged)

Merges the given message into this one.

ToString()
WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.