GCodeAPI.FanOn Class Reference

Sets the speed of fan. More...

Inheritance diagram for GCodeAPI.FanOn:
GCodeAPI.IGCode

Public Member Functions

 FanOn (double speed)
 Constructs a new FanOn class with the specified speed. More...
 
override string ToString ()
 Returns the g-code string. More...
 
IGCode Duplicate ()
 Returns a deep copy of the object. More...
 

Properties

string Name [get]
 Returns the name of IGCode More...
 
double Speed [get, set]
 Sets of gets speed of fan. More...
 
- Properties inherited from GCodeAPI.IGCode
string Name [get]
 Returns the name of IGCode More...
 

Detailed Description

Sets the speed of fan.

Constructor & Destructor Documentation

◆ FanOn()

GCodeAPI.FanOn.FanOn ( double  speed)

Constructs a new FanOn class with the specified speed.

Parameters
speed

Member Function Documentation

◆ Duplicate()

IGCode GCodeAPI.FanOn.Duplicate ( )

Returns a deep copy of the object.

Returns

Implements GCodeAPI.IGCode.

◆ ToString()

override string GCodeAPI.FanOn.ToString ( )

Returns the g-code string.

Returns

Property Documentation

◆ Name

string GCodeAPI.FanOn.Name
get

Returns the name of IGCode

◆ Speed

double GCodeAPI.FanOn.Speed
getset

Sets of gets speed of fan.


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