ZSDK_API
1.5.1049
|
Provides access to the magnetic card reader, for printers equipped with one. More...
#import <MagCardReader.h>
Instance Methods | |
(NSArray *) | - read:error: |
Activates the printer's magnetic card reader, if present, and waits for timeoutMS milliseconds for a card to be swiped. | |
Provides access to the magnetic card reader, for printers equipped with one.
- (NSArray*) read: | (NSInteger) | timeoutMS | |
error: | (NSError **) | error | |
Activates the printer's magnetic card reader, if present, and waits for timeoutMS
milliseconds for a card to be swiped.
If the printer does not have a reader the call will timeout.
timeoutMS | The amount of time in milliseconds to enable the reader and wait for a card to be swiped. |
error | Will be set to the error that occured. |