Sets the value of a device configuration setting.
| C# | Visual Basic | Visual C++ |
public void CmdSetReaderConfiguration( SerialReader..::.Configuration key, Object value )
Public Sub CmdSetReaderConfiguration ( _ key As SerialReader..::.Configuration, _ value As Object _ )
public: void CmdSetReaderConfiguration( SerialReader..::.Configuration key, Object^ value )
- key (SerialReader..::.Configuration)
- the setting
- value (Object)
- an object with the setting value. The type of the object is dependant on the key; see the Configuration class for details.