D2000RFIDTagReadEventArgs 构造函数 |
获取一个 D2000ButtonEventArgs 实例
命名空间:
Smobiler.Device
程序集:
Smobiler.Device (在 Smobiler.Device.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public D2000RFIDTagReadEventArgs(
bool success,
string message
)
Public Sub New (
success As Boolean,
message As String
)
参数
- success
- 类型:SystemBoolean
读Tag是否成功 - message
- 类型:SystemString
信息
参见