Tizen Native API
4.0
|
_Ecore_Exe_Event_Data Struct Reference
Public Attributes | |
Ecore_Exe * | exe |
void * | data |
int | size |
Ecore_Exe_Event_Data_Line * | lines |
Detailed Description
Definition for a structure that stores information of data from a child process event.
- Examples:
- ecore_exe_example.c.
Member Data Documentation
the raw binary data from the child process that was received
- Examples:
- ecore_exe_example.c.
The handle to the process
an array of line data if line buffered, the last one has it's line member set to NULL
the size of this data in bytes
- Examples:
- ecore_exe_example.c.