- 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.
推薦閱讀
- 從零開始構建企業(yè)級RAG系統(tǒng)
- Kali Linux Web Penetration Testing Cookbook
- OpenDaylight Cookbook
- Java面向對象軟件開發(fā)
- DevOps for Networking
- 算法基礎:打開程序設計之門
- INSTANT Sencha Touch
- R語言數據可視化實戰(zhàn)
- Hands-On Microservices with Kotlin
- C程序設計案例教程
- Instant Ext.NET Application Development
- ASP.NET程序開發(fā)范例寶典
- Mastering Python Design Patterns
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- 會當凌絕頂:Java開發(fā)修行實錄