class UnbindTxn

Defined at line 14 of file ../../src/lib/ddktl/include/ddktl/unbind-txn.h

Public Methods

void UnbindTxn (zx_device_t * dev)

Defined at line 16 of file ../../src/lib/ddktl/include/ddktl/unbind-txn.h

void ~UnbindTxn ()

Defined at line 18 of file ../../src/lib/ddktl/include/ddktl/unbind-txn.h

void MoveHelper (UnbindTxn & other)

Move-only type

Defined at line 25 of file ../../src/lib/ddktl/include/ddktl/unbind-txn.h

void UnbindTxn (UnbindTxn && other)

Defined at line 32 of file ../../src/lib/ddktl/include/ddktl/unbind-txn.h

UnbindTxn & operator= (UnbindTxn && other)

Defined at line 33 of file ../../src/lib/ddktl/include/ddktl/unbind-txn.h

void Reply ()

This is used to signify the completion of the device's unbind() hook.

It does not necessarily need to be called from within the unbind() hook.

Defined at line 40 of file ../../src/lib/ddktl/include/ddktl/unbind-txn.h