Show / Hide Table of Contents

Class RoboDK.RoboDKLink

Inheritance
object
RoboDK.RoboDKLink
Implements
RoboDK.IRoboDKLink
IDisposable
Inherited Members
对象。ToString()
对象。Equals(object)
对象。Equals(object, object)
对象。ReferenceEquals(object, object)
对象。得到HashCode()
对象。得到Type()
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
Type Description
IRoboDK

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
public void Dispose()
|Improve this Doc View Source

ReceiveArray()

Declaration
public double[] ReceiveArray()
Returns
Type Description
double[]
|Improve this Doc View Source

ReceiveInt()

Declaration
public int ReceiveInt()
Returns
Type Description
int
|Improve this Doc View Source

ReceivePose()

Declaration
public Mat ReceivePose()
Returns
Type Description
Mat
|Improve this Doc View Source

SendItem(IItem)

Declaration
公共空间SendItem (IItem项)
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

RoboDK.IRoboDKLink
IDisposable
  • Improve this Doc
  • View Source
In This Article
Back to topCopyright © 2015-RoboDK Inc.