A_Set_Prncomport_PC method

int A_Set_Prncomport_PC(
  1. int nBaudRate,
  2. int nByteSize,
  3. int nParity,
  4. int nStopBits,
  5. int nDsr,
  6. int nCts,
  7. int nXonXoff,
)

Implementation

int A_Set_Prncomport_PC(
  int nBaudRate,
  int nByteSize,
  int nParity,
  int nStopBits,
  int nDsr,
  int nCts,
  int nXonXoff,
) {
  return _A_Set_Prncomport_PC(
    nBaudRate,
    nByteSize,
    nParity,
    nStopBits,
    nDsr,
    nCts,
    nXonXoff,
  );
}