Get the value of a region-specific configuration setting.
| C# | Visual Basic | Visual C++ |
public Object CmdGetRegionConfiguration( SerialReader..::.RegionConfiguration key )
Public Function CmdGetRegionConfiguration ( _ key As SerialReader..::.RegionConfiguration _ ) As Object
public: Object^ CmdGetRegionConfiguration( SerialReader..::.RegionConfiguration key )
- key (SerialReader..::.RegionConfiguration)
- the setting
Object with the setting value. The type of the object depends on the key.
See the RegionConfiguration class for details.