S5000ScannerScanEventArgs 构造函数 |
获取S5000ScannerEventArgs实例
命名空间:
Smobiler.Device
程序集:
Smobiler.Device (在 Smobiler.Device.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public S5000ScannerScanEventArgs(
string name,
string sex,
string nation,
string birth,
string address,
string idcard,
string office,
string effective,
string photo,
string finger1,
string finger2
)
Public Sub New (
name As String,
sex As String,
nation As String,
birth As String,
address As String,
idcard As String,
office As String,
effective As String,
photo As String,
finger1 As String,
finger2 As String
)
参数
- name
- 类型:SystemString
姓名 - sex
- 类型:SystemString
性别 - nation
- 类型:SystemString
民族 - birth
- 类型:SystemString
生日 - address
- 类型:SystemString
地址 - idcard
- 类型:SystemString
身份证号 - office
- 类型:SystemString
签发机关 - effective
- 类型:SystemString
有效时间 - photo
- 类型:SystemString
照片 - finger1
- 类型:SystemString
右手指纹 - finger2
- 类型:SystemString
左手指纹
参见