Method

HinokoFwIsoItstart

since: 0.7

Declaration [src]

gboolean
hinoko_fw_iso_it_start (
  HinokoFwIsoIt* self,
  const guint16* cycle_match,
  GError** error
)

Description [src]

Start IT context.

Available since: 0.7

Parameters

cycle_match

Type: An array of guint16

The isochronous cycle to start packet processing. The first element should be the second part of isochronous cycle, up to 3. The second element should be the cycle part of isochronous cycle, up to 7999.

The argument can be NULL.
The array must have 2 elements.
The data is owned by the caller of the method.
error

Type: GError **

The return location for a recoverable error.

The argument can be NULL.
If the return location is not NULL, then you must initialize it to a NULL GError*.
The argument will be left initialized to NULL by the method if there are no errors.
In case of error, the argument will be set to a newly allocated GError; the caller will take ownership of the data, and be responsible for freeing it.

Return value

Type: gboolean

TRUE if the overall operation finishes successful, otherwise FALSE.