PeripheralConfigurationSetMagCardOutput Method  | 
 
            This method set the output state of the mag strip reader based off an integer.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetMagCardOutput(
	int magCardOutput
)
Public Sub SetMagCardOutput ( 
	magCardOutput As Integer
)
public:
void SetMagCardOutput(
	int magCardOutput
)
member SetMagCardOutput : 
        magCardOutput : int -> unit 
Parameters
- magCardOutput
 - Type: SystemInt32
integer value that represents the mag strip reader configuration 
See Also