Click or drag to resize

SPICE3DeviceSpiTransceive Method

[Missing <summary> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.SpiTransceive(System.Int32,System.UInt32[],System.Int32)"]


Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override uint[] SpiTransceive(
	int module,
	uint[] commands,
	int timeoutMilliseconds = 1
)

Parameters

module  Int32

[Missing <param name="module"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.SpiTransceive(System.Int32,System.UInt32[],System.Int32)"]

commands  UInt32

[Missing <param name="commands"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.SpiTransceive(System.Int32,System.UInt32[],System.Int32)"]

timeoutMilliseconds  Int32  (Optional)

[Missing <param name="timeoutMilliseconds"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.SpiTransceive(System.Int32,System.UInt32[],System.Int32)"]

Return Value

UInt32

[Missing <returns> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.SpiTransceive(System.Int32,System.UInt32[],System.Int32)"]

See Also