Interface ILaserPoint
点激光
public interface ILaserPoint : IToolkitBase, IModuleBase
- Inherited Members
- Extension Methods
Properties
Connected
连接状态
bool Connected { get; set; }
Property Value
Methods
Connect()
连接
bool Connect()
Returns
Disconnect()
断开连接
bool Disconnect()
Returns
SetSamplingCycle(string)
/设置采集周期
bool SetSamplingCycle(string samplingCycle)
Parameters
samplingCyclestring
Returns
StartGrab()
开始读取
bool StartGrab()
Returns
StopGrab()
停止读取
List<List<float>> StopGrab()
Returns
StopGrab(int)
停止读取
List<float> StopGrab(int outNo)
Parameters
outNoint输出编号
Returns
Events
EventDataReceiver
接收数据事件
event EventHandler<DataReceiverEventArgs> EventDataReceiver