- Azure IoT Development Cookbook
- Yatish Patil
- 141字
- 2021-07-02 20:50:27
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows:" Retrieve the device identity by deviceId."
A block of code is set as follows:
try
{
device = await registryManager.GetDeviceAsync(deviceId);
}
Any command-line input or output is written as follows:
git clone https://github.com/Azure/iot-edge.git
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Select Set up a new device."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- Web程序設計及應用
- Java程序設計(慕課版)
- Groovy for Domain:specific Languages(Second Edition)
- Getting Started with SQL Server 2012 Cube Development
- D3.js 4.x Data Visualization(Third Edition)
- Swift細致入門與最佳實踐
- 精通Python自動化編程
- 基于Struts、Hibernate、Spring架構的Web應用開發(fā)
- Web Developer's Reference Guide
- 硬件產品設計與開發(fā):從原型到交付
- 算法圖解
- NGUI for Unity
- 深度實踐KVM:核心技術、管理運維、性能優(yōu)化與項目實施
- Spring Data JPA從入門到精通
- Mastering Unreal Engine 4.X