MBN_DEVICE_SERVICE structure (mbnapi.h)

Important

Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.

The MBN_DEVICE_SERVICE structure provides information about a Mobile Broadband device service

Syntax

typedef struct MBN_DEVICE_SERVICE {
  BSTR         deviceServiceID;
  VARIANT_BOOL dataWriteSupported;
  VARIANT_BOOL dataReadSupported;
} MBN_DEVICE_SERVICE;

Members

deviceServiceID

A string that represents the unique ID of a Mobile Broadband device service. This matches the Device Service UUID reported by the Mobile Broadband device.

dataWriteSupported

if TRUE, this device service supports write on bulk data sessions. Otherwise, FALSE.

dataReadSupported

if TRUE, this device service supports read on bulk data sessions. Otherwise, FALSE.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server None supported
Header mbnapi.h

See also

EnumerateDeviceServices