Click or drag to resize

PeripheralConfiguration Class

This class represents the peripheral parameters of a ScripTouch device.
Inheritance Hierarchy
SystemObject
  ProScriptPeripheralConfiguration

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public sealed class PeripheralConfiguration

The PeripheralConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodPeripheralConfiguration(PeripheralConfiguration)
Copy constructor
Public methodPeripheralConfiguration(Int32, Boolean, Boolean)
Initializes a new instance of the PeripheralConfiguration class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLoadFactorySettings
This method should not be relied upon to get the actual state of the device
Public methodGetMagCardOutput
This method returns the output state of the mag strip reader as an integer.
Public methodGetSaveAsDefault
This method should not be relied upon to get the state of the device
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetLoadFactorySettings
sets the load factory settings flag so that the device will reload all factory settings for output configuration
Public methodSetMagCardOutput
This method set the output state of the mag strip reader based off an integer.
Public methodSetSaveAsDefault
sets the save as default flag so that the device will save the output configuration.
Public methodToString
Prints this object as a human readable string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberMagCardConfigurationKeyboard
Mag strip configuration using device as a keyboard. No Preamble. EasyScript Mode.
Public fieldStatic memberMagCardConfigurationKeyboardPreamble
Mag strip configuration using device as a keyboard. With Preamble. EasyScript Mode.
Public fieldStatic memberMagCardConfigurationOEMExtended
Mag strip configuration using vender specific output. ProScript Mode.
Top
See Also