The GR_EVENT_FDINPUT structure is used by nano-X to tell the application that data is available for reading on a file descriptor that the application previously registered with the function GrRegisterInput().
Type | Name | Description |
---|---|---|
GR_EVENT_TYPE | type | The event type will be GR_EVENT_TYPE_FDINPUT. |
int | fd | The file descriptor that has data available for reading. |