public class SerialSettings extends Object
Constructor and Description |
---|
SerialSettings() |
Modifier and Type | Method and Description |
---|---|
int |
GetCharacterFramingFormat(int dev) |
int |
GetCharacterFramingParity(int dev) |
int |
SetCharacterFraming(int format,
int parity,
int dev) |
public SerialSettings() throws IOException
IOException
public int SetCharacterFraming(int format, int parity, int dev) throws IOException
IOException
public int GetCharacterFramingFormat(int dev) throws IOException
IOException
public int GetCharacterFramingParity(int dev) throws IOException
IOException
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.