PeripheralConfiguration Constructor (Int32, Boolean, Boolean) |
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public PeripheralConfiguration(
int magCardOutput,
bool saveAsDefault,
bool loadFactorySettings
)
Public Sub New (
magCardOutput As Integer,
saveAsDefault As Boolean,
loadFactorySettings As Boolean
)
public:
PeripheralConfiguration(
int magCardOutput,
bool saveAsDefault,
bool loadFactorySettings
)
new :
magCardOutput : int *
saveAsDefault : bool *
loadFactorySettings : bool -> PeripheralConfiguration
Parameters
- magCardOutput
- Type: SystemInt32
- saveAsDefault
- Type: SystemBoolean
- loadFactorySettings
- Type: SystemBoolean
See Also