Table of Contents

Class IAmReadyToReceive

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

Constructors

IAmReadyToReceive()
IAmReadyToReceive(IAmReadyToReceive)

Fields

IAmReadyFieldNumber

Field number for the "i_am_ready" field.

Properties

Descriptor
IAmReady
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(IAmReadyToReceive)
Equals(object)
GetHashCode()
MergeFrom(CodedInputStream)

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

MergeFrom(IAmReadyToReceive)

Merges the given message into this one.

ToString()
WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.