| KeyenceSR2000SeriesTcpReadRecord 方法  | 
 
            读取扫码器的扫码记录,返回数组数据,分别是成功次数,失败次数,ERROR次数,稳定次数,时机输入次数
            Read the scan code record of the scanner and return the array data, which are the number of successes, failures, ERRORs, stable times, and timing input times.
            
 
        命名空间: 
     HslCommunication.Profinet.Keyence
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public OperateResult<int[]> ReadRecord()
Public Function ReadRecord As OperateResult(Of Integer())
public:
virtual OperateResult<array<int>^>^ ReadRecord() sealed
abstract ReadRecord : unit -> OperateResult<int[]> 
override ReadRecord : unit -> OperateResult<int[]> 
返回值
类型:
OperateResultInt32返回是否成功的结果对象
 参见
参见