Epos manual pdf
Press the Hook button to initiate a call via your Softphone softphone. If your call is not automatically transferred to the headset: Search this function in the instruction manual of your connected device. For Microsoft Cortana: see page Page Managing Multiple Calls Making calls using the headset Managing multiple calls You can use the Headset with up to two connected Bluetooth devices. Softphone Two calls can be managed simultaneously. If you receive a call during an active call, a knock on tone will be played.
The following functions depend on the connected device. Play the media on your connected Bluetooth device. The LED on the dongle lights up blue. Plays audio Pauses audio Plays the next track in the playlist The battery is being charged. The LED lights up depending on the battery status of the headset and turns off when the battery is fully charged.
Page Storing And Transporting The Headset Additional functions Storing and transporting the headset To avoid nicks or scratches on the headset: Fold the ear cups inwards towards the headband. Store the headset in the case when not in use or when carrying it around. Keep it in a clean and dry environment. If you do not use the headset for extended periods of time: Charge the built-in rechargeable battery every 3 months for about 1 hour.
Bluetooth will be disconnected. The LED flashes 3 times The headset flashes 2 times blue as soon as the red. Liquids entering the housing of the device can cause a short circuit and damage the electronics. Keep all liquids far away from the product.
If a problem occurs Value Description Printer. Ank ANK model Printer. Chinese Simplified Chinese model Printer. Taiwan Taiwan model Printer. Korean Korean model Printer. Thai Thai model Printer. Syntax Visual C public Windows. IAsyncAction Parameter target Specifies the connection target as a text string. Value Description Maximum wait time before an error is Integer from to returned in milliseconds. Exception When the process fails, an exception with one of the following HResult values occurs.
For details, refer to the Technical Reference Guide of the printer. Start the next process after the process of this API has com- pleted. Founda- tion. Refer to the Technical Reference Guide of the printer for more information. Acquires and updates the printer status at the interval specified with the Interval property and returns it to the event handler registered by StatusChanged.
The following status information is stored in the object as a property. Printer status Status Description Printer. True Connected connection: Connection status Printer. False Disconnected Printer.
True Online Online: Online status Printer. False Offline Printer. Unknown Status is unknown. True Cover is open. CoverOpen: Cover status Printer. False Cover is closed. Ok Paper remains. NearEnd Paper is running out. Paper: Paper status Printer. Empty Paper has run out. False Stopped Printer. Off Not pressed tus Printer.
False Online ery to online Printer. The printer is offline Printer. High because the battery is Drawer: Offline status due to low. Low The printer is not offline. High High Drawer: Drawer kick connector pin No. NoErr Normal Printer. Mechani- Mechanical error calErr occurred. AutoCutter- Auto cutter error Err occurred.
ErrorStatus: Error status Printer. Unrecover- Unrecoverable error Err occurred. AutoRecov- Automatic recovery error erErr occurred. HeadOver- Head overheat error heat Printer. Battery- recovery error status Battery overheat error Overheat Printer.
WrongPa- Paper error per Printer. True Sounding Buzzer: Buzzer sound status Printer. Buzzer: Optional external Printer. False Disconnected tion status Printer. Remaining battery Printer. Level6 capacity 6 Remaining battery Printer. Level5 capacity 5 Remaining battery Printer. Level4 capacity 4 Remaining battery Printer. Level2 capacity 2 Remaining battery Printer. Level1 capacity 1 almost run out Remaining battery Printer.
Level0 capacity 0 run out Printer. The data transmission result by this API is returned as an exception. IAsyncAction Parameter timeout Specifies the timeout period before completion of printing in milliseconds. Value Description Integer from to Timeout period in milliseconds Printer. The control commands have not been buff- ered. Check network connection, and normalize it. A transaction represents a single printing task such as printing a single sheet of receipt or coupon.
After this API is called, data until the transaction is terminated by EndTransactionAsync will be regarded as a single printing task. After BeginTransactionAsync is called, data until the transaction is terminated by this API will be regarded as a single printing task. Alphanumeric characters, underscore, hyphen, and period in 1 to 30 digits can be used. The contents buffered in the command buffer are retained until this API is called.
Alignment Parameter align Specifies alignment. Left default Left alignment Printer. Center Center alignment Printer. Right Right alignment Printer. Default Specifies the default value left alignment.
Value Description Integer from 0 to Line spacing in dots Exception When the process fails, an exception with one of the following HResult values occurs. Rotate Parameter rotate Enables or disables text rotation.
True Specifies text rotation. False default Disables text rotation. Specifies the default value text rotation dis- Printer. Default abled.
Use the following escape sequences for a horizontal tab and line feed. A line which does not end with a line feed will be discarded as unfixed data by the next SendData- Async. Lang Parameter lang Specifies the target language. JA Japanese Printer. KO Korean Printer. Default Specifies the default value English.
For details, see Technical Reference Guide of the printer. Font Parameter font Specifies the font. FontA default Font A Printer. FontB Font B Printer. FontC Font C Printer. FontD Font D Printer. FontE Font E Printer. Default Specifies the default value font A. Smooth Parameter smooth Enables or disables smoothing. True Enables smoothing.
False default Disables smoothing. Specifies the default value smoothing dis- Printer. Value Description Specifies the horizontal scaling factor rate Integer from 1 to 8 default: 1. Value Description Specifies the vertical scaling factor rate Integer from 1 to 8 default: 1. Supplementary explanation If all the parameters are set to "Printer. Reverse reverse, Printer. Underline ul, Printer. Emphasis em, Printer. Reverse, ul As Printer. Underline, em As Printer. Emphasis, color As Printer.
Color Parameter reverse Enables or disables the reverse style. Reverse True Enables the reverse style. False default Disables the reverse style. Unspecified Not specify.
Specifies the default value reverse style dis- Printer. True Enables the underscore style. False default Disables the underscore style.
Specifies the default value underscore style Printer. Default disabled. True Enables the bold style. False default Disables the bold style. Specifies the default value bold style dis- Printer. None No printing Printer. Color1 default First color Printer. Color2 Second color Printer. Color3 Third color Printer. Color4 Fourth color Printer. Default Specifies the default value first color. Value Description Integer from 0 to Horizontal print start position in dots Exception When the process fails, an exception with one of the following HResult values occurs.
Value Description Integer from 0 to Paper feed amount in dots Exception When the process fails, an exception with one of the following HResult values occurs. Supplementary explanation Calling this API causes the printer positioned at "the beginning of the line. Value Description Integer from 0 to Paper feed amount in lines Exception When the process fails, an exception with one of the following HResult values occurs. Prints Windows. BitmapDecoder class graphics.
A specified area of Windows. BitmapDecoder class graphics is binarized according to the mode, halftone, and brightness parameters and converted into a raster image data.
The converted image is compressed or not compressed before transmission according to the compress parameter value. One pixel of an image corresponds to one dot of the printer.
When a transparent color is contained in the image, the background of the image is assumed to be white. BitmapDecoder data, int x, int y, int width, int height, Printer. Color color, Printer. Mode mode, Printer. Halftone halftone, double brightness, Printer. Color, mode As Printer. Mode, halftone As Printer. Halftone, brightness As Double, compress As Printer. Compression As Windows. BitmapDecoder class. Value Description Horizontal start position of the print area in Integer from 0 to pixels y Specifies the vertical start position of the print area in pixels.
Value Description Vertical start position of the print area in pix- Integer from 0 to els. Value Description Integer from 1 to Height of the print area in pixels.
Color1 First color Printer. Mono Monochrome 2 scales Printer. Gray16 Multi-gradation 16 scales Printer. HighDensity Monochrome 2 scales , double density Specifies the default monochrome 2 Printer. Default scales. Value Description Dithering appropriate for printing graphics Printer. Dither only Error diffusion appropriate for printing text Printer. ErrorDiffusion and graphics Printer. Threshold Threshold appropriate for printing text only Printer.
Default Specifies the default dithering. Effective for the monochrome 2 scales color mode only. Value Description Brightness compensation gamma correc- Real number from 0. Compressing print images can prevent white banding or streaks from occurring on printed images.
This works well when connecting with the printer using Bluetooth. Deflate Compresses the image. None Does not compress the image. Automatically chooses to or not to compress Printer. Auto the image. Default Printer. Default automatically chooses to or not to compress the image internally Exception When the process fails, an exception with one of the following HResult values occurs. For other print- ers, specify Printer. If you set those in the page mode, nothing will be printed.
If you set to print a large image, the API commands will be succeeded, but the printer may print nothing. Prints the logo registered in the NV memory of the printer. Multi-gradation graphics can be printed in the standard mode only. BarcodeType type, Printer. Hri hri, Printer. BarcodeType, hri As Printer. Hri, font As Printer. Specify a string in accordance with the standard of the barcode specified in type. Type Description If an digit figure is specified, the check digit is automatically appended.
UPC-A If a digit figure is specified, the 12th digit is used as the check digit but verification is not performed. Specify 0 in the first digit. Specify the manufacturer code in the 2nd to 6th digits. Specify the item code in right justification in the 7th to 11th digits. The number of digits of the item code depends on the manufac- turer code. UPC-E Specify 0 in each unused data. If an digit figure is specified, the check digit is automatically appended.
If a digit figure is specified, the 12th digit is used as the check digit but verification is not performed. EAN13 If an digit figure is specified, the check digit is automatically appended. JAN13 If a digit figure is specified, the 13th digit is used as the check digit but verification is not performed. EAN8 If an 7-digit figure is specified, the check digit is automatically appended.
JAN8 If an 8-digit figure is specified, the 8th digit is used as the check digit but verification is not performed. If it is not , the start character is automatically added.
The start and stop codes are automatically added. ITF Addition and verification of the check digit are not performed. Specify the start character A to D, a to d. Addition and verification of the check digit are not performed. The start and stop characters are automatically added. CODE93 The check digit is automatically calculated and added.
The stop character is automatically added. The check digit is automatically calculated and added. However, FNC1 used as a data separator is not added. The application ID AI can be put in parentheses. The parentheses are used as print characters for HRI and not encoded as data.
A blank space can be inserted between the application ID AI and data. None default No printing. Above Above the barcode Printer. Below Below the barcode Printer.
Both Both above and below the barcode Printer. Default Specifies the default value no printing. Value Description Integer from 2 to 6 Width of a single module in dots Printer. Value Description Integer from 1 to Height of the barcode in dots Printer. SymbolType type, Printer. SymbolType, level1 As Printer. Specify a string in accordance with the standard of the 2D symbol specified in type.
The maximum number of code words in the Truncated PDF data area is , the maximum number of code words in a single stage is 30, and the maximum number of stages is Otherwise, the primary message starts with the fist data.
Converts the string into UTF-8, processes the escape sequence s , and encodes the data. The application ID AI can be put in paren- theses. When specifying binary data which cannot be represented as a string, use the following escape sequences.
Level0 PDF error correction level 0 Printer. Level1 PDF error correction level 1 Printer. Level2 PDF error correction level 2 Printer. Level3 PDF error correction level 3 Printer. An integer from 1 to can be specified.
When "Printer. The range differs depending on the 2D symbol type. An integer from 0 to can be specified. Draws a horizontal ruled line. LineStyle Parameter x1 Specifies the start position to draw a horizontal ruled line in dots. Value Description Start position to draw a horizontal ruled line Integer from 0 to in dots x2 Specifies the end position to draw a horizontal ruled line in dots.
Value Description End position to draw a horizontal ruled line in Integer from 0 to dots lineStyle Specifies the ruled line type. Thin Solid line: Fine Printer.
Medium Solid line: Middle Printer. Thick Solid line: Thick Printer. ThinDouble Double line: Fine Printer. MediumDouble Double line: Middle Printer.
ThickDouble Double line: Thick Printer. Default Specifies the default solid line: thin. Starts drawing a vertical line. Value Description Start position to draw a vertical ruled line in Integer from 0 to dots lineStyle Specifies the ruled line type. Ends drawing a vertical line. Starts processing in the page mode. Ends processing in the page mode.
Specifies the page mode print area coordinates. Value Description Integer from 0 to Horizontal origin in dots "0" specifies the leftmost position of the printable area of the printer. Value Description Integer from 0 to Vertical origin in dots "0" specifies the position where paper is not fed.
Value Description Integer from 1 to Width of a print area in dots height Specifies the height of a print area in dots. Value Description Integer from 1 to Height of a print area in dots Exception When the process fails, an exception with one of the following HResult values occurs.
If the print data does not fit within the print area, the printed contents will be truncated. Otherwise the print data may be truncated. The print direction is specified by AddPageDirection. Specifies the print direction in the page mode. Direction Parameter dir Specifies the print direction in the page mode. Value Description Do not rotate data. Data is printed rightward Printer. LeftToRight default from the upper-left position.
Rotate data counterclockwise by 90 degrees. BottomToTop Data is printed upward from the lower-left position. Rotate data by degrees. Data is printed Printer. RightToLeft leftward from the lower-right position. Rotate data clockwise by 90 degrees. Data Printer. TopToBottom is printed downward from the upper-right position. Default Specifies the default value no rotation. Value Description Integer from 0 to Horizontal print position in dots Printer.
Value Description Integer from 0 to Specify the horizontal print position in dots. See below. This can be omitted when printing data with When printing a text string the standard size in left justification. When printing a double-height character, set y to 42 or larger. Specify the lower-left position of the symbol.
When printing a barcode Specify the height of the barcode in y. Specify the height of the graphic data in y. Specify the upper-left position of the symbol. When printing a 2D symbol This can be omitted when printing from the upper-left position.
Draws a line in the page mode. LineStyle Parameter x1 Specifies the horizontal position to start drawing in dots. Value Description Integer from 0 to Horizontal position to start drawing in dots y1 Specifies the vertical position to start drawing in dots. Value Description Integer from 0 to Vertical position to start drawing in dots x2 Specifies the horizontal position to end drawing in dots. Value Description Integer from 0 to Horizontal position to end drawing in dots y2 Specifies the vertical position to end drawing in dots.
Value Description Integer from 0 to Vertical position to end drawing in dots lineStyle Specifies the ruled line type. Skip to content. Star Branches Tags. Could not load branches. Could not load tags. Latest commit. Neo First commit. First commit. Git stats 1 commit. Failed to load latest commit information.
0コメント