API_ListData
listdata를 의미합니다.
typedef union { API_ListData_Head header; API_KeyType key; API_UnitType unit; API_ComponentType component; API_DescriptorType descriptor; } API_ListData;
멤버
- header
- 모든 listdata 타입들에 대한 공통 헤더입니다. 이것은 모든 listdata 타입들에게 적용할 수 있는 정보를 포함합니다.
- key
- key listdata입니다.
- unit
- unit listdata입니다.
- component
- component listdata입니다.
- descriptor
- descriptor listdata입니다.
설명
이 union은 리스팅 데이터베이스에서 가져오거나 검색할 때 사용합니다. ACAPI_ListData_Get, ACAPI_ListData_GetLocal, ACAPI_ListData_Search 함수들을 보십시오.
요구사항
- 버전: API 2.1 또는 이후
- 헤더: APIdefs_ListData.h
참고사항
API_ListData_Head,
API_KeyType, API_UnitType, API_ComponentType, API_DescriptorType,
리스팅 관리자, API 타입