Constructor
new NonStd(plug)
构造NonStd操作对象
Parameters:
Name | Type | Description |
---|---|---|
plug | RfReader | 插件通讯对象 |
- Source
Methods
(async) calcCosKeys(uid, type, data) → {Promise}
使用内置算法计算COS应用密钥集-仅用于商业应用对接
Parameters:
Name | Type | Description |
---|---|---|
uid | string | 十六进制UID数据 |
type | number | 内置算法类型 频繁更新迭代-具体需商务沟通 |
data | object | 内置算法参数 频繁更新迭代-具体需商务沟通 |
- Source
Returns:
err/msg + retval
- Type:
- Promise
(async) calcSectorPwd(uid, type, data) → {Promise}
使用内置算法计算动态扇区密钥-仅用于商业应用对接
Parameters:
Name | Type | Description |
---|---|---|
uid | string | 十六进制UID数据 |
type | number | 内置算法类型 频繁更新迭代-具体需商务沟通 |
data | object | 内置算法参数 频繁更新迭代-具体需商务沟通 |
- Source
Returns:
err/msg + retval
- Type:
- Promise