Sha256: c7bd354dfbc99ac45ae2a63d3b65f5e699259060c9619b5a8560a3f2da564d65
Contents?: true
Size: 1.53 KB
Versions: 4
Compression:
Stored size: 1.53 KB
Contents
/* * Copyright (c) 2013, Roman Lishtaba. * * Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, * provided that the above copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. * **/ /* * @author Roman Lishtaba */ #pragma once #ifdef __cplusplus extern "C" { #endif # include <ruby.h> # include <ruby/io.h> # include <windows.h> # include <fcntl.h> # include <io.h> # include <stdio.h> # include <string.h> # include "Structs.h" #define WIN_PATTERN "\\\\.\\%s" void setBaudRate(VALUE, VALUE); VALUE getBaudRate(VALUE); void setParity(VALUE, VALUE); VALUE getParity(VALUE); void setDataBits(VALUE, VALUE); VALUE getDataBits(VALUE); void setStopBits(VALUE, VALUE); VALUE getStopBits(VALUE); void setFlowControl(VALUE, VALUE); VALUE getFlowControl(VALUE); void setTimeout(VALUE, VALUE); void setSettings(VALUE); #ifdef __cplusplus } #endif
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rs_232-3.0.0.pre5 | ext/rs_232/windows/Port.h |
rs_232-3.0.0.pre4 | ext/rs_232/windows/Port.h |
rs_232-3.0.0.pre3 | ext/rs_232/windows/Port.h |
rs_232-3.0.0.pre2 | ext/rs_232/windows/Port.h |