SetCommState method

int SetCommState(
  1. Pointer<Void> hFile,
  2. Pointer<DCB> lpDCB
)

Implementation

int SetCommState(
  ffi.Pointer<ffi.Void> hFile,
  ffi.Pointer<DCB> lpDCB,
) {
  return _SetCommState(
    hFile,
    lpDCB,
  );
}