Skip to main content
Version: 9.0.2

greio

Plugin Name: greio (-ogreio,...) / Shared Library: libgre-plugin-greio

channel=[name]

The value specifies the name that the applications Storyboard IO channel will use. This name can then be used by gre_io_open or iogen clients to send events to the application.

In the case of a TCP channel, [name] needs to have a URI of "tcp://" followed by optional <ip address> and optional :<channel> or :<port number>

queue

This flag indicates if the events on the Storyboard IO channel should be asynchronously queued into the application's message queue or if a new event should be added only after the last event has been processed. The default is to only have one event being processed by the application at a time.

queue_max

This option specifies the maximum number of events that can be queued asynchronously in the application's internal io message queue. The default is to only have one event being processed by the application at a time.