Virtual Method
HinokoFwIsoItinterrupted
Declaration [src]
void
interrupted (
HinokoFwIsoIt* self,
guint sec,
guint cycle,
const guint8* tstamp,
guint tstamp_length,
guint count
)
Parameters
sec-
Type:
guintThe sec part of isochronous cycle when interrupt occurs, up to 7.
cycle-
Type:
guintThe cycle part of of isochronous cycle when interrupt occurs, up to 7999.
tstamp-
Type: An array of
guint8A series of timestamps for packets already handled.
The length of the array is specified in the tstamp_lengthargument.The data is owned by the caller of the function. tstamp_length-
Type:
guintThe number of bytes for
tstamp. count-
Type:
guintThe number of handled packets.