Table of Contents

Class GrpcNcStep

Namespace
numerical
Assembly
HiGeom.dll
public sealed class GrpcNcStep : IMessage<GrpcNcStep>, IEquatable<GrpcNcStep>, IDeepCloneable<GrpcNcStep>, IBufferMessage, IMessage
Inheritance
GrpcNcStep
Implements
IMessage<GrpcNcStep>
IDeepCloneable<GrpcNcStep>
IBufferMessage
IMessage
Inherited Members
Extension Methods

Constructors

GrpcNcStep()

public GrpcNcStep()

GrpcNcStep(GrpcNcStep)

public GrpcNcStep(GrpcNcStep other)

Parameters

other GrpcNcStep

Fields

CsvRowDictionaryFieldNumber

Field number for the “CsvRowDictionary” field.

public const int CsvRowDictionaryFieldNumber = 11

Field Value

int

FeedrateMmdminFieldNumber

Field number for the “Feedrate_mmdmin” field.

public const int FeedrateMmdminFieldNumber = 8

Field Value

int

FileIndexFieldNumber

Field number for the “FileIndex” field.

public const int FileIndexFieldNumber = 4

Field Value

int

FilePathFieldNumber

Field number for the “FilePath” field.

public const int FilePathFieldNumber = 2

Field Value

int

LineFieldNumber

Field number for the “Line” field.

public const int LineFieldNumber = 3

Field Value

int

LineIndexFieldNumber

Field number for the “LineIndex” field.

public const int LineIndexFieldNumber = 5

Field Value

int

SpindleDirectionFieldNumber

Field number for the “SpindleDirection” field.

public const int SpindleDirectionFieldNumber = 10

Field Value

int

SpindleSpeedRpmFieldNumber

Field number for the “SpindleSpeed_rpm” field.

public const int SpindleSpeedRpmFieldNumber = 9

Field Value

int

StepIndexFieldNumber

Field number for the “StepIndex” field.

public const int StepIndexFieldNumber = 1

Field Value

int

ToolIdFieldNumber

Field number for the “ToolId” field.

public const int ToolIdFieldNumber = 7

Field Value

int

WorkTimeFieldNumber

Field number for the “WorkTime” field.

public const int WorkTimeFieldNumber = 6

Field Value

int

Properties

CsvRowDictionary

public MapField<string, string> CsvRowDictionary { get; }

Property Value

MapField<string, string>

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

FeedrateMmdmin

public double FeedrateMmdmin { get; set; }

Property Value

double

FileIndex

public int FileIndex { get; set; }

Property Value

int

FilePath

public string FilePath { get; set; }

Property Value

string

Line

public string Line { get; set; }

Property Value

string

LineIndex

public int LineIndex { get; set; }

Property Value

int

Parser

public static MessageParser<GrpcNcStep> Parser { get; }

Property Value

MessageParser<GrpcNcStep>

SpindleDirection

public int SpindleDirection { get; set; }

Property Value

int

SpindleSpeedRpm

public double SpindleSpeedRpm { get; set; }

Property Value

double

StepIndex

public int StepIndex { get; set; }

Property Value

int

ToolId

public int ToolId { get; set; }

Property Value

int

WorkTime

public double WorkTime { get; set; }

Property Value

double

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.

Clone()

Creates a deep clone of this object.

public GrpcNcStep Clone()

Returns

GrpcNcStep

A deep clone of this object.

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object other)

Parameters

other object

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Equals(GrpcNcStep)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(GrpcNcStep other)

Parameters

other GrpcNcStep

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

MergeFrom(CodedInputStream)

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

public void MergeFrom(CodedInputStream input)

Parameters

input CodedInputStream

Remarks

See the user guide for precise merge semantics.

MergeFrom(GrpcNcStep)

Merges the given message into this one.

public void MergeFrom(GrpcNcStep other)

Parameters

other GrpcNcStep

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

output CodedOutputStream

Coded output stream to write the data to. Must not be null.