Share via


RILSERIALPORTSTATS (Windows Embedded CE 6.0)

1/6/2010

This structure stores statistics of the virtual serial port.

Syntax

typedef struct {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwReadBitsPerSecond;
  DWORD dwWrittenBitsPerSecond;
} RILSERIALPORTSTATS;

Members

  • cbSize
    Structure size, in bytes.
  • dwParams
    Specifies valid parameters. Must be one or a combination of the RILSERIALPORTSTATS parameter constants.
  • dwReadBitsPerSecond
    Specifies the bit rate for reading data.
  • dwWrittenBitsPerSecond
    Specifies the bit rate for writing data.

Requirements

Header ril.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

RIL Structures
RIL_GetSerialPortStatistics
RILSERIALPORTSTATS Parameter Constants