MagneticStripeReaderStatusUpdatedEventArgs.ExtendedStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the vendor specific error code.
public:
property unsigned int ExtendedStatus { unsigned int get(); };
uint32_t ExtendedStatus();
public uint ExtendedStatus { get; }
var uInt32 = magneticStripeReaderStatusUpdatedEventArgs.extendedStatus;
Public ReadOnly Property ExtendedStatus As UInteger
Property Value
The vendor specific error code.