Virtual Method
HinokoFwIsoIrSingleinterrupted
Declaration [src]
void
interrupted (
HinokoFwIsoIrSingle* self,
guint sec,
guint cycle,
const guint8* header,
guint header_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.
header-
Type: An array of
guint8The headers of IR context for packets handled in the event of interrupt. The content is different depending on header_size parameter of
hinoko_fw_iso_ir_single_allocate().The length of the array is specified in the header_lengthargument.The data is owned by the caller of the function. header_length-
Type:
guintThe number of bytes for header.
count-
Type:
guintThe number of packets to handle.