Encoder7Bit Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is used to encode larger chunks of data for transmission using the Firmata protocol. It converts each block of 7 bytes into a block of 8 bytes, keeping the top bit 0.
public static class Encoder7Bit
type Encoder7Bit = class
Public Class Encoder7Bit
- Inheritance
-
Encoder7Bit
Decode(Read |
Decodes the given data sequence |
Encode(Read |
Encodes a sequence of bytes |
Encode(Read |
Encode a sequence of bytes |
Num7Bit |
Calculates the number of bytes required for the 7-byte encoding |
Num8Bit |
Calculates the number of bytes generated during decode (the result is smaller than the input) |
Produk | Versi |
---|---|
.NET IoT Libraries | 2.2.0 |