메인 콘텐츠로 건너뛰기
플러그인으로 돌아가기
@capgo/capacitor-zebra-datawedge
튜토리얼
@capgo/capacitor-zebra-datawedge

제바 데이터와이드

제바 안드로이드 장치에서 제바 데이터와이드 프로파일, 알림, 쿼리, 스캔 트리거를 관리하세요.

__CAPGO_KEEP_2__

__CAPGO_KEEP_3__ on Zebra DataWedge

__CAPGO_KEEP_4__ on device

Capgo 앱을 다운로드하고 QR code을 스캔하세요.

제브라 데이터 웨지 플러그인 미리보기 QR code

제브라 데이터 웨지 플러그인을 사용하는 @capgo/capacitor-zebra-datawedge

Capacitor 플러그인은 제브라 데이터 웨지 프로파일 관리, 알림, 쿼리 및 제브라 안드로이드 장치의 소프트 스캔을 위한 제어를 제공합니다.

설치

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

이 플러그인이 노출하는 내용

  • 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);

전체 참조

Using @capgo/capacitor-zebra-datawedge

__CAPGO_KEEP_2__이 __CAPGO_KEEP_1__을 사용하고 있다면 Using @capgo/capacitor-zebra-datawedge __CAPGO_KEEP_1__을 __CAPGO_KEEP_2__에 연결하세요. @capgo/capacitor-zebra-datawedge capacitor의 구현 세부 사항은 @capgo/capacitor-zebra-datawedge에서 확인하세요. Getting Started Getting Started의 구현 세부 사항을 확인하세요. Capgo 플러그인 디렉토리 Capgo 플러그인 디렉토리의 제품 워크플로우를 확인하세요. Capacitor 플러그인들에 의해 Capgo Capacitor 플러그인들에 의해 Capgo의 구현 세부 정보를 참조하세요. 플러그인 추가 또는 업데이트 플러그인 추가 또는 업데이트의 구현 세부 정보를 참조하세요.