|
@@ -245,7 +245,7 @@ interface RNSerialportStatic {
|
|
/**
|
|
/**
|
|
* Writes bytes to port
|
|
* Writes bytes to port
|
|
*
|
|
*
|
|
- * @param {ArrayBuffer} data
|
|
|
|
|
|
+ * @param {Array} buffer
|
|
* @memberof RNSerialportStatic
|
|
* @memberof RNSerialportStatic
|
|
*/
|
|
*/
|
|
writeBytes( buffer: any ): void;
|
|
writeBytes( buffer: any ): void;
|