pict
Documentation for pict is still a work-in-progress
 
Loading...
Searching...
No Matches
PtpPropAvail Struct Reference

Linked list to handle currently possible values for a property. More...

#include <libpict.h>

Public Attributes

void * next
 
void * prev
 
int code
 
unsigned int memb_size
 
unsigned int memb_cnt
 
void * data
 

Detailed Description

Linked list to handle currently possible values for a property.

Definition at line 103 of file libpict.h.

Member Data Documentation

◆ code

int PtpPropAvail::code

Definition at line 106 of file libpict.h.

◆ data

void* PtpPropAvail::data

Definition at line 109 of file libpict.h.

◆ memb_cnt

unsigned int PtpPropAvail::memb_cnt

Definition at line 108 of file libpict.h.

◆ memb_size

unsigned int PtpPropAvail::memb_size

Definition at line 107 of file libpict.h.

◆ next

void* PtpPropAvail::next

Definition at line 104 of file libpict.h.

◆ prev

void* PtpPropAvail::prev

Definition at line 105 of file libpict.h.


The documentation for this struct was generated from the following file: