Contents

IOI2CInterfaceClose

Closes an IOI2CConnectRef.

Declaration

IOReturn IOI2CInterfaceClose(IOI2CConnectRef connect, IOOptionBits options);

Parameters

  • connect:

    The opaque IOI2CConnectRef returned by IOI2CInterfaceOpen().

  • options:

    Pass kNilOptions.

Return Value

An IOReturn code.

Discussion

Frees the resources associated with an IOI2CConnectRef.

See Also

Miscellaneous