SetCommBreak method

int SetCommBreak(
  1. Pointer<Void> hFile
)

Implementation

int SetCommBreak(
  ffi.Pointer<ffi.Void> hFile,
) {
  return _SetCommBreak(
    hFile,
  );
}