Method | Description | |
---|---|---|
SendPixelBlob ( this firmata, IEnumerable |
Sends a blob of pixel data to the client
|
|
SendPixelBlob ( this firmata, IEnumerable |
Sends a blob of pixel data to the client, broken up into arbitraily sized chunks
|
public static SendPixelBlob ( this firmata, IEnumerable |
||
firmata | this | Firmata client to send the command to |
bytes | IEnumerable |
Pixel data to send |
return | void |
public static SendPixelBlob ( this firmata, IEnumerable |
||
firmata | this | Firmata client to send the command to |
bytes | IEnumerable |
Pixel data to send |
inSetsOf | int | How many bytes to send in a single firmata command |
return | void |