Skip to content

Commit

Permalink
feat: remove the legacy fileTransfer functions
Browse files Browse the repository at this point in the history
  • Loading branch information
brikendr committed Mar 21, 2022
1 parent 9ab882a commit 4dd498b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/interfaces/IDeviceCommonApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export default interface IDeviceCommonApi {
shouldAwaitUnsubscribe?: boolean
): Promise<T>;

asyncFileTransfer(command: any, data: Buffer, timeout?: number): Promise<any>;

getProductInfo(): Promise<any>;

setProductInfo(newProdInfoData: any): Promise<void>;
Expand All @@ -35,8 +33,6 @@ export default interface IDeviceCommonApi {

getCameraInfo(): Promise<any>;

getErrorLogLegacy(timeout: number): Promise<any>;

getErrorLog(timeout: number, retry?: number, allowLegacy?: boolean): Promise<any>;

eraseErrorLog(timeout: number): Promise<void>;
Expand Down

0 comments on commit 4dd498b

Please sign in to comment.