Socket Indirect example

Can anyone point me to a code example showing how to use socket indirect to implement multiple SPI interfaces, for instance via a breakout module?

Thanks, and Happy New Year!!!

You could always take a look at the source for our SPlus module:

http://gadgeteer.codeplex.com/SourceControl/latest#Main/Modules/GHIElectronics/SPlus/Software/SPlus/SPlus_42/SPlus_42.cs

The HubAP5 might be useful too.

John, thanks very much.
It seems like since I am using a Breakout TB10 and not a SPlus, I should tell the Gadgeteer interface that I am using a SPlus even though it is a Breakout. Then I can define the several SPI interfaces in the way suggested by the SPlus code example.
Happy New Year!