已经继承
export class MyBluetoothGattCallback extends BluetoothGattCallback
在使用 new MyBluetoothGattCallback() 转换成 BluetoothGattCallback 时报错
提示错误:类型 'MyBluetoothGattCallback' 无法赋值给类型 'BluetoothGattCallback'。
有名类型只能赋值给同名的有名类型。
已经继承
export class MyBluetoothGattCallback extends BluetoothGattCallback
在使用 new MyBluetoothGattCallback() 转换成 BluetoothGattCallback 时报错
提示错误:类型 'MyBluetoothGattCallback' 无法赋值给类型 'BluetoothGattCallback'。
有名类型只能赋值给同名的有名类型。
0 个回复