|
BSL430.NET
1.2.1
|
Contains information about a communications driver More...
Public Attributes | |
| ushort | wPacketLength |
| The size of the entire data packet, regardless of the amount of data requested, in bytes More... | |
| ushort | wPacketVersion |
| The version of the structure More... | |
| uint | dwServiceMask |
| A bit mask indicating which services are implemented by this provider. The SP_SERIALCOMM value is always specified for communications providers, including modem providers More... | |
| uint | dwMaxTxQueue |
| The maximum size of the driver's internal output buffer, in bytes. A value of zero indicates that no maximum value is imposed by the serial provider. More... | |
| uint | dwMaxRxQueue |
| The maximum size of the driver's internal input buffer, in bytes. A value of zero indicates that no maximum value is imposed by the serial provider More... | |
| BitVector32 | dwMaxBaud |
| The maximum allowable baud rate, in bits per second (bps) More... | |
| ProvSubType | dwProvSubType |
| The communications-provider type More... | |
| BitVector32 | dwProvCapabilities |
| A bit mask indicating the capabilities offered by the provider More... | |
| BitVector32 | dwSettableParams |
| The communications parameter that can be changed More... | |
| BitVector32 | dwSettableBaud |
| The baud rates that can be used More... | |
| BitVector32 | dwSettableDataStopParity |
| The number of data bits that can be set, stop and parity bits in the second half More... | |
| uint | dwCurrentTxQueue |
| The size of the driver's internal output buffer, in bytes. A value of zero indicates that the value is unavailable More... | |
| uint | dwCurrentRxQueue |
| The size of the driver's internal input buffer, in bytes. A value of zero indicates that the value is unavailable More... | |
| uint | dwProvSpec1 |
| Any provider-specific data More... | |
| uint | dwProvSpec2 |
| Any provider-specific data More... | |
| char | wcProvChar |
| Any provider-specific data More... | |
Contains information about a communications driver
| uint RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwCurrentRxQueue |
The size of the driver's internal input buffer, in bytes. A value of zero indicates that the value is unavailable
| uint RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwCurrentTxQueue |
The size of the driver's internal output buffer, in bytes. A value of zero indicates that the value is unavailable
| BitVector32 RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwMaxBaud |
The maximum allowable baud rate, in bits per second (bps)
| uint RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwMaxRxQueue |
The maximum size of the driver's internal input buffer, in bytes. A value of zero indicates that no maximum value is imposed by the serial provider
| uint RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwMaxTxQueue |
The maximum size of the driver's internal output buffer, in bytes. A value of zero indicates that no maximum value is imposed by the serial provider.
| BitVector32 RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwProvCapabilities |
A bit mask indicating the capabilities offered by the provider
| uint RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwProvSpec1 |
Any provider-specific data
Applications should ignore this member unless they have detailed information about the format of the data required by the provider. Set this member to COMMPROP_INITIALIZED before calling the GetCommProperties function to indicate that the wPacketLength member is already valid
| uint RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwProvSpec2 |
Any provider-specific data
Applications should ignore this member unless they have detailed information about the format of the data required by the provider.
| ProvSubType RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwProvSubType |
The communications-provider type
| uint RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwServiceMask |
A bit mask indicating which services are implemented by this provider. The SP_SERIALCOMM value is always specified for communications providers, including modem providers
| BitVector32 RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwSettableBaud |
The baud rates that can be used
| BitVector32 RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwSettableDataStopParity |
The number of data bits that can be set, stop and parity bits in the second half
| BitVector32 RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.dwSettableParams |
The communications parameter that can be changed
| char RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.wcProvChar |
Any provider-specific data
Applications should ignore this member unless they have detailed information about the format of the data required by the provider.
| ushort RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.wPacketLength |
The size of the entire data packet, regardless of the amount of data requested, in bytes
| ushort RJCP.IO.Ports.Native.Windows.NativeMethods.CommProp.wPacketVersion |
The version of the structure
1.8.15