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>IBufferMessageIMessage
- 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
FeedrateMmdminFieldNumber
Field number for the “Feedrate_mmdmin” field.
public const int FeedrateMmdminFieldNumber = 8
Field Value
FileIndexFieldNumber
Field number for the “FileIndex” field.
public const int FileIndexFieldNumber = 4
Field Value
FilePathFieldNumber
Field number for the “FilePath” field.
public const int FilePathFieldNumber = 2
Field Value
LineFieldNumber
Field number for the “Line” field.
public const int LineFieldNumber = 3
Field Value
LineIndexFieldNumber
Field number for the “LineIndex” field.
public const int LineIndexFieldNumber = 5
Field Value
SpindleDirectionFieldNumber
Field number for the “SpindleDirection” field.
public const int SpindleDirectionFieldNumber = 10
Field Value
SpindleSpeedRpmFieldNumber
Field number for the “SpindleSpeed_rpm” field.
public const int SpindleSpeedRpmFieldNumber = 9
Field Value
StepIndexFieldNumber
Field number for the “StepIndex” field.
public const int StepIndexFieldNumber = 1
Field Value
ToolIdFieldNumber
Field number for the “ToolId” field.
public const int ToolIdFieldNumber = 7
Field Value
WorkTimeFieldNumber
Field number for the “WorkTime” field.
public const int WorkTimeFieldNumber = 6
Field Value
Properties
CsvRowDictionary
public MapField<string, string> CsvRowDictionary { get; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
FeedrateMmdmin
public double FeedrateMmdmin { get; set; }
Property Value
FileIndex
public int FileIndex { get; set; }
Property Value
FilePath
public string FilePath { get; set; }
Property Value
Line
public string Line { get; set; }
Property Value
LineIndex
public int LineIndex { get; set; }
Property Value
Parser
public static MessageParser<GrpcNcStep> Parser { get; }
Property Value
- MessageParser<GrpcNcStep>
SpindleDirection
public int SpindleDirection { get; set; }
Property Value
SpindleSpeedRpm
public double SpindleSpeedRpm { get; set; }
Property Value
StepIndex
public int StepIndex { get; set; }
Property Value
ToolId
public int ToolId { get; set; }
Property Value
WorkTime
public double WorkTime { get; set; }
Property Value
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
Equals(GrpcNcStep)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(GrpcNcStep other)
Parameters
other
GrpcNcStepAn object to compare with this object.
Returns
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
CodedOutputStreamCoded output stream to write the data to. Must not be null.