A_ClosePrn method
void
A_ClosePrn()
A_ClosePrn()
PURPOSE Stop printer operation. SYNTAX void aClosePrn(void); EXAMPLE aClosePrn(); REMARK The aClosePrn function will access the port that you choiced or close file. The function must be performed after all commands placed.
Implementation
void A_ClosePrn() {
return _A_ClosePrn();
}