Click or drag to resize

IIOProtocolSetDeviceConfiguration(Int32, Int32, IOChangeTypes, CounterMode, Boolean) Method

Set various aspects of the device configuration for a digital device

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void SetDeviceConfiguration(
	int newAddress,
	int newBaudRate,
	IOChangeTypes ioCounterUpdateDirection,
	CounterMode counterMode,
	bool checksum
)

Parameters

newAddress  Int32

[Missing <param name="newAddress"/> documentation for "M:Brainboxes.IO.IIOProtocol.SetDeviceConfiguration(System.Int32,System.Int32,Brainboxes.IO.IOChangeTypes,Brainboxes.IO.CounterMode,System.Boolean)"]

newBaudRate  Int32

[Missing <param name="newBaudRate"/> documentation for "M:Brainboxes.IO.IIOProtocol.SetDeviceConfiguration(System.Int32,System.Int32,Brainboxes.IO.IOChangeTypes,Brainboxes.IO.CounterMode,System.Boolean)"]

ioCounterUpdateDirection  IOChangeTypes

[Missing <param name="ioCounterUpdateDirection"/> documentation for "M:Brainboxes.IO.IIOProtocol.SetDeviceConfiguration(System.Int32,System.Int32,Brainboxes.IO.IOChangeTypes,Brainboxes.IO.CounterMode,System.Boolean)"]

counterMode  CounterMode

[Missing <param name="counterMode"/> documentation for "M:Brainboxes.IO.IIOProtocol.SetDeviceConfiguration(System.Int32,System.Int32,Brainboxes.IO.IOChangeTypes,Brainboxes.IO.CounterMode,System.Boolean)"]

checksum  Boolean

[Missing <param name="checksum"/> documentation for "M:Brainboxes.IO.IIOProtocol.SetDeviceConfiguration(System.Int32,System.Int32,Brainboxes.IO.IOChangeTypes,Brainboxes.IO.CounterMode,System.Boolean)"]

See Also