Home |
Attachment/Detachment Callbacks Device Configuration Structure of a Passive USB Client |
Device ConfigurationWhen a client wishes to take ownership of a device interface, it must call RTUClaimInterface. This call will put the device in the configured state and make the desired interface accessible. RTUSB-32 can maintain client-specific data per device. Function RTUSetClientData and RTUGetClientData may optionally be used to manage such data. Client-specific device data is usually required by clients which must be able to handle more than one device.
|