Share via


EventType Property

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

Gets or sets the event type.

Namespace:  System.IO.Ports
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public ReadOnly Property EventType As SerialError
public SerialError EventType { get; }
public:
property SerialError EventType {
    SerialError get ();
}
member EventType : SerialError with get
function get EventType () : SerialError

Property Value

Type: System.IO.Ports. . :: . .SerialError
One of the SerialError values.

Remarks

This property provides information on the event type that caused the ErrorReceived event.

.NET Framework Security

See Also

Reference

SerialErrorReceivedEventArgs Class

System.IO.Ports Namespace