Framing Property

Description

The Framing property sets or retrieves the framing error state.

Access

Read/Write

Syntax

Visual Basic

object.Framing

Visual C++

object.SetFraming(LONG value)
object.GetFraming(LONG* value)

Delphi

object.Framing

Remarks

None

Return value

The non-zero integer value if the framing error state, zero otherwise.

Errors

This property may throw the following exceptions:

  • Port is not created
    Virtual serial port has not been created using CreatePort method.