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
- com
Type: System. . :: . .Int32
The COM port for which to obtain the baud-rate boundary.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.