- 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.
推薦閱讀
- arc42 by Example
- C#編程入門指南(上下冊(cè))
- Learning Bayesian Models with R
- AIRAndroid應(yīng)用開發(fā)實(shí)戰(zhàn)
- 云計(jì)算通俗講義(第3版)
- TypeScript圖形渲染實(shí)戰(zhàn):基于WebGL的3D架構(gòu)與實(shí)現(xiàn)
- Java 11 Cookbook
- QTP自動(dòng)化測(cè)試進(jìn)階
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第2版)(微課版)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- 愛上micro:bit
- C# and .NET Core Test Driven Development
- Emotional Intelligence for IT Professionals
- 交互設(shè)計(jì)師成長(zhǎng)手冊(cè):從零開始學(xué)交互
- SCRATCH編程課:我的游戲我做主