Class RoboDK.RoboDKLink
Inheritance
RoboDK.RoboDKLink
Namespace:RoboDk.API
Assembly: RoboDkApi.dll
Syntax
public sealed class RoboDK.RoboDKLink : RoboDK.IRoboDKLink, IDisposable
Constructors
|Improve this Doc
View Source
RoboDKLink(IRoboDK)
Declaration
public RoboDKLink(IRoboDK roboDK)
Parameters
Type |
Name |
Description |
IRoboDK |
roboDK |
|
Properties
|Improve this Doc
View Source
RoboDK
Declaration
public IRoboDK RoboDK { get; }
Property Value
Methods
|Improve this Doc
View Source
CheckConnection()
Declaration
public void CheckConnection()
|Improve this Doc
View Source
CheckStatus()
Declaration
public void CheckStatus()
|Improve this Doc
View Source
Dispose()
Declaration
|Improve this Doc
View Source
ReceiveArray()
Declaration
public double[] ReceiveArray()
Returns
|Improve this Doc
View Source
ReceiveInt()
Declaration
Returns
|Improve this Doc
View Source
ReceivePose()
Declaration
Returns
|Improve this Doc
View Source
SendItem(IItem)
Declaration
Parameters
Type |
Name |
Description |
IItem |
item |
|
|Improve this Doc
View Source
SendLine(string)
Declaration
public void SendLine(string line)
Parameters
Type |
Name |
Description |
string |
line |
|
Implements