File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ IOT PROTOCOL uses middlewares and router's filtering features based on [express
91
91
* binary: ` 0b011110 `
92
92
93
93
---
94
- ### [ 0] ** MSCB** : MSB_CONTROL_BYTE
94
+ ### [ 0] ** MSCB**
95
95
96
- The Most Significant Control Byte. ** REQUIRED**
96
+ The ** Most Significant Control Byte** . ** REQUIRED**
97
97
98
98
* Size: ` 1 byte `
99
99
* Default: ` 0b00000100 ` = ` 4 ` = ` 0x4 `
@@ -108,9 +108,9 @@ The Most Significant Control Byte. **REQUIRED**
108
108
- Range: ` from 1 up to 63 ` . Zero is reserved.
109
109
110
110
---
111
- ### [ 1] ** LSCB** : LSB_CONTROL_BYTE
111
+ ### [ 1] ** LSCB**
112
112
113
- The Least Significant Control Byte. ** REQUIRED**
113
+ The ** Least Significant Control Byte** . ** REQUIRED**
114
114
* Size: ` 1 byte `
115
115
* Default: ` 0b00000100 ` = ` 4 ` = ` 0x4 `
116
116
@@ -163,7 +163,7 @@ Format: `PATH + IOT_ETX`. **SINGLE**
163
163
164
164
---
165
165
166
- ### [ 4] ** HEADERS ** :
166
+ ### [ 4] ** HEADERs ** :
167
167
168
168
Headers are be Key Value Pair that serves to set an attribute value for the request. Case sensitive.
169
169
You can’t perform that action at this time.
0 commit comments