| 
    Tizen Native API
    10.0
    
   
   | 
  
  
  
 
__rpc_port_parcelable Struct Reference
  Public Attributes | |
| void(* | to )(rpc_port_parcel_h h, void *data) | 
| void(* | from )(rpc_port_parcel_h h, void *data) | 
Detailed Description
The interface for converting data to/from a parcel.
- Since :
 - 4.0
 
Member Data Documentation
| void(* __rpc_port_parcelable::from)(rpc_port_parcel_h h, void *data) | 
The function pointer to write to parcel
| void(* __rpc_port_parcelable::to)(rpc_port_parcel_h h, void *data) | 
The function pointer to read from parcel