SickIcrTcpServerReceivedBarCodeDelegate 委托 |
接收条码数据的委托信息
Entrusted information to receive barcode data
命名空间:
HslCommunication.Profinet.Sick
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public delegate void ReceivedBarCodeDelegate(
string ipAddress,
string barCode
)
Public Delegate Sub ReceivedBarCodeDelegate (
ipAddress As String,
barCode As String
)
public delegate void ReceivedBarCodeDelegate(
String^ ipAddress,
String^ barCode
)
type ReceivedBarCodeDelegate =
delegate of
ipAddress : string *
barCode : string -> unit
参数
- ipAddress
- 类型:SystemString
Ip地址信息 - barCode
- 类型:SystemString
条码信息
参见