Socket
Socket
Sign inDemoInstall

@nodert-win11/windows.devices.bluetooth.advertisement

Package Overview
Dependencies
13
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodert-win11/windows.devices.bluetooth.advertisement

Use the Windows.Devices.Bluetooth.Advertisement UWP API directly from Node.js


Version published
Maintainers
1
0

Weekly downloads

Readme

Source

@nodert-win11/windows.devices.bluetooth.advertisement

Notice

The series of @nodert-win11 packages is unofficially-published NodeRT modules for Windows 11 SDK, version 21H2 (10.0.22000.0) corresponding to Windows 11v21H2 (Original Release).

These are generated by the modified version of NodeRT thus are experimental, as the original doesn't have support for 21H2 SDK, nor for building with VS2022. Supporting for VS2022 is based on Taosenai's workaround with lxbndr's suggestion. The modified source code can be found here.

Below is the original description about this module.


A Node.js wrapper for the Windows.Devices.Bluetooth.Advertisement WinRT namespace, compatible with Windows 10 APIs.

Using this module, you'll be able to consume the Windows.Devices.Bluetooth.Advertisement API directly from Node.js.

This module was automatically generated by NodeRT. For more information on NodeRT and examples on how to use NodeRT modules, please visit the project page at: https://github.com/NodeRT/NodeRT.

The API exposed by this module is (almost) the same as the API that is listed in: http://msdn.microsoft.com/en-us/library/windows/apps/Windows.Devices.Bluetooth.Advertisement.aspx

The only difference in the API is in the way that asynchronous methods and events are used. (See https://github.com/NodeRT/NodeRT#ConsumingNodeRT for more details)

This module also contains TypeScript definition files for the API exposed by the module, as well as JavaScript intellisense support for Node.js tools for Visual Studio.

Prequisites:

  • Visual Studio 2022 and above. (Community edition works, other editions aren't tested but surely work!)
  • Python 2.7, 3.5, 3.6, 3.7, or 3.8 (for node-gyp)
  • Important: Updated versions of npm and node-gyp. (Note that the ones that are bundled with node might not be up to date). In order to install latest npm, run:
npm install -g npm

In order to install latest node-gyp run:

npm install -g node-gyp

Installation:

In order to install this module, run npm install:

npm install @nodert-win11/windows.devices.bluetooth.advertisement

If you wish to rebuild this module using node-gyp, make sure to use the appropriate VS version using --msvs_version=2012/2013/2015/2017/2022 flag:

For example:

cd [module folder path]
node-gyp rebuild --msvs_version=2022

If you fail to rebuild due to unable to find module 'nan', try running npm install --ignore-scripts

Keywords

FAQs

Last updated on 27 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc