Share via


GetBaudRateBoundary Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the maximum and minimum baud rates for a specified COM port.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public Overridable Sub GetBaudRateBoundary ( _
    com As Integer, _
    <OutAttribute> ByRef MaxBaudRate As UInteger, _
    <OutAttribute> ByRef MinBaudRate As UInteger _
)
public virtual void GetBaudRateBoundary(
    int com,
    out uint MaxBaudRate,
    out uint MinBaudRate
)
public:
virtual void GetBaudRateBoundary(
    int com, 
    [OutAttribute] unsigned int% MaxBaudRate, 
    [OutAttribute] unsigned int% MinBaudRate
)
abstract GetBaudRateBoundary : 
        com:int * 
        MaxBaudRate:uint32 byref * 
        MinBaudRate:uint32 byref -> unit 
override GetBaudRateBoundary : 
        com:int * 
        MaxBaudRate:uint32 byref * 
        MinBaudRate:uint32 byref -> unit 
public function GetBaudRateBoundary(
    com : int, 
    MaxBaudRate : uint, 
    MinBaudRate : uint
)

Parameters

  • MaxBaudRate
    Type: System. . :: . .UInt32%
    An unsigned integer variable in which GetBaudRateBoundary returns the maximum supported baud rate for the specified COM port.
  • MinBaudRate
    Type: System. . :: . .UInt32%
    An unsigned integer variable in which GetBaudRateBoundary returns the minimum supported baud rate for the specified COM port.

.NET Framework Security

See Also

Reference

HardwareProvider Class

Microsoft.SPOT.Hardware Namespace