Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS USB Plugin:MacUSBConnect:
All Console safe, 25 entry points.
- class MacUSBMBS
- method LocationID as integer
- method NumEndpoints as integer
- method InterfaceNumber as integer
- method ConfigurationValue as integer
- method DeviceReleaseNumber as integer
- method DeviceProduct as integer
- method DeviceVendor as integer
- method InterfaceProtocol as integer
- method InterfaceSubClass as integer
- method InterfaceClass as integer
- method Close
- method Connect as boolean
- method WriteRaw(PipeRef as Integer, Data as Memoryblock) as boolean
- method WritePacket(PipeRef as Integer, Data as Memoryblock) as boolean
- method WriteRaw(PipeRef as Integer, Data as string) as boolean
- method WritePacket(PipeRef as Integer, Data as string) as boolean
- method ResetPipe(PipeRef as Integer) as boolean
- method AbortPipe(PipeRef as Integer) as boolean
- method ReadRaw(PipeRef as Integer, MaxSize as integer = 1024) as Memoryblock
- method ReadPacket(PipeRef as Integer, MaxSize as integer = 1024) as Memoryblock
- method ClearPipeStall(PipeRef as Integer) as boolean
- property VendorID as Integer
- property ProductID as Integer
- property completionTimeout as Integer
- property noDataTimeout as Integer
- property LastError as Integer

Links
MBS Xojo PDF Plugins