API / CNCDeviceEvents
Interface: CNCDeviceEvents
Properties
Property | Type |
---|---|
connect | () => void |
disconnect | () => void |
log | (log : CNCLog ) => void |
message | (message : string , interrupted : boolean ) => void |
sent | (gcode : GCode , line : GCodeSourceLine ) => void |
status | (status : CNCStatus ) => void |