BlinkID C SDK version 5.16.0
AddressDetailedInfo.h
Go to the documentation of this file.
1
13#ifndef ADDRESS_DETAILED_INFO_H_INCLUDED
14#define ADDRESS_DETAILED_INFO_H_INCLUDED
15
16#include <Recognizer/Export.h>
17
20{
22 char const * street;
23
25 char const * postalCode;
26
28 char const * city;
29
31 char const * jurisdiction;
32};
33
37MB_EXPORTED_TYPE typedef struct MBAddressDetailedInfo MBAddressDetailedInfo;
38#endif
Definition: AddressDetailedInfo.h:20
char const * jurisdiction
Definition: AddressDetailedInfo.h:31
char const * city
Definition: AddressDetailedInfo.h:28
char const * postalCode
Definition: AddressDetailedInfo.h:25
char const * street
Definition: AddressDetailedInfo.h:22