메인 콘텐츠로 바로가기
플러그인으로 돌아가기
@capgo/capacitor-zebra-datawedge
튜토리얼
github.com/Cap-go에 의해

제바 데이터 웨이브

제바 안드로이드 기기에서 제바 데이터 웨이브 프로필, 알림, 쿼리, 스캔 트리거를 관리합니다.

가이드

Zebra DataWedge에 대한 __CAPGO_KEEP_0__

capgo/capacitor-zebra-datawedge를 사용하는 방법

Capacitor는 Zebra Android 기기에서 Zebra DataWedge 프로파일 관리, 알림, 쿼리 및 소프트 스캔을 위한 Capacitor 플러그인입니다.

설치

bun add @capgo/capacitor-zebra-datawedge
bunx cap sync

이 플러그인은 __CAPGO_KEEP_0__을 노출합니다.

  • cloneProfile
  • createProfile
  • deleteProfile
  • importConfig

예시 사용

cloneProfile

현재 계약의 상위 정의를 참조하세요.

import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';

await ZebraDataWedge.cloneProfile({} as CloneProfileOptions);

createProfile

현재 계약의 상위 정의를 참조하세요.

import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';

await ZebraDataWedge.createProfile({} as CreateProfileOptions);

deleteProfile

현재 계약의 상위 정의를 참조하세요.

import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';

await ZebraDataWedge.deleteProfile({} as DeleteProfileOptions);

importConfig

현재 계약의 상위 정의를 참조하세요.

import { ZebraDataWedge } from '@capgo/capacitor-zebra-datawedge';

await ZebraDataWedge.importConfig({} as ImportConfigOptions);

전체 참조

capgo를 사용하여 계속하세요. @capgo/capacitor-zebra-datawedge

__CAPGO_KEEP_0__를 사용 중이면 capgo/capacitor-zebra-datawedge를 사용하여 계속하세요 native 플러그인 작업을 계획하기 위해, 그것을 연결하세요. @capgo/capacitor-zebra-datawedge @capgo/capacitor-zebra-datawedge의 구현 세부 사항 Getting Started Getting Started의 구현 세부 사항 Capgo 플러그인 디렉토리 Capgo 플러그인 디렉토리의 제품 워크플로우 Capacitor 플러그인들에 의해 Capgo Capacitor 플러그인들에 의해 Capgo의 구현 세부 사항 Adding or Updating Plugins Adding or Updating Plugins의 구현 세부 사항