GCodeAPI.Wait Class Reference

Pause the machine for a period of time More...

Inheritance diagram for GCodeAPI.Wait:
GCodeAPI.IGCode

Public Member Functions

 Wait (int msec)
 Default constroctor More...
 
override string ToString ()
 Returns the g-code string. More...
 
IGCode Duplicate ()
 Returns a deep copy of the object. More...
 

Properties

string Name [get]
 
int Time [get, set]
 Set or gets the time to wait, in milliseconds. More...
 
- Properties inherited from GCodeAPI.IGCode
string Name [get]
 Returns the name of IGCode More...
 

Detailed Description

Pause the machine for a period of time

Constructor & Destructor Documentation

◆ Wait()

GCodeAPI.Wait.Wait ( int  msec)

Default constroctor

Parameters
msecTime to wait, in milliseconds

Member Function Documentation

◆ Duplicate()

IGCode GCodeAPI.Wait.Duplicate ( )

Returns a deep copy of the object.

Returns

Implements GCodeAPI.IGCode.

◆ ToString()

override string GCodeAPI.Wait.ToString ( )

Returns the g-code string.

Returns

Property Documentation

◆ Time

int GCodeAPI.Wait.Time
getset

Set or gets the time to wait, in milliseconds.


The documentation for this class was generated from the following file: