Share via


RILSERIALPORTSTATS (Compact 2013)

3/26/2014

This structure stores statistics of the virtual serial port.

Syntax

typedef struct rilserialportstats_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwReadBitsPerSecond;
  DWORD dwWrittenBitsPerSecond;
} RILSERIALPORTSTATS, *LPRILSERIALPORTSTATS;

Members

  • cbSize
    Size of the structure, in bytes.
  • dwReadBitsPerSecond
    Bit rate for reading data.
  • dwWrittenBitsPerSecond
    Bit rate for writing data.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
RIL_GetSerialPortStatistics
RILSERIALPORTSTATS Parameter Constants