Contents

commandGate

Factory method to create and initialise an IOCommandGate, See $link init.

Declaration

static IOCommandGate *commandGate(
 OSObject *owner,
 Action action = 0);

Return Value

Returns a pointer to the new command gate if sucessful, 0 otherwise.

See Also

Miscellaneous