Gjsify LogoGjsify Logo

Flags to specify which actions to be performed when the device is open.

bitfield

Index

Enumeration Members

AUTO: number

open a port either in QMI or MBIM mode, depending on device driver. Since: 1.18.

EXPECT_INDICATIONS: number

Explicitly state that indications are wanted (implicit in QMI mode, optional when in MBIM mode).

MBIM: number

open an MBIM port with QMUX tunneling service. Since: 1.16.

NET_802_3: number

set network port to "802.3" mode; mutually exclusive with QMI_DEVICE_OPEN_FLAGS_NET_RAW_IP

NET_NO_QOS_HEADER: number

set network port to not transmit/receive QoS headers; mutually exclusive with QMI_DEVICE_OPEN_FLAGS_NET_QOS_HEADER

NET_QOS_HEADER: number

set network port to transmit/receive QoS headers; mutually exclusive with QMI_DEVICE_OPEN_FLAGS_NET_NO_QOS_HEADER

NET_RAW_IP: number

set network port to "raw IP" mode; mutally exclusive with QMI_DEVICE_OPEN_FLAGS_NET_802_3

NONE: number

No flags.

PROXY: number

Try to open the port through the 'qmi-proxy'. Since: 1.8.

SYNC: number

Synchronize with endpoint once the device is open. Will release any previously allocated client ID.

VERSION_INFO: number

Run version info check when opening. Since 1.24.4 this flag no longer prevents requests from being sent to the modem if they're assumed not supported based on the version info of each message.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method