Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WWAN_PACKET_SERVICE_STATE enumeration lists the different packet service attachment states that are supported by the MB device.
Syntax
typedef enum _WWAN_PACKET_SERVICE_STATE {
WwanPacketServiceStateUnknown,
WwanPacketServiceStateAttaching,
WwanPacketServiceStateAttached,
WwanPacketServiceStateDetaching,
WwanPacketServiceStateDetached
} WWAN_PACKET_SERVICE_STATE, *PWWAN_PACKET_SERVICE_STATE;
Constants
WwanPacketServiceStateUnknownPacket service state is unknown. The miniport driver should specify this state on a failure to set the MB packet service state. |
WwanPacketServiceStateAttachingPacket service attach action is in progress. |
WwanPacketServiceStateAttachedPacket service is attached. |
WwanPacketServiceStateDetachingPacket service detach action is in progress. |
WwanPacketServiceStateDetachedPacket service is detached. |
Remarks
The packet service attach or detach state is typically reflected in the device's user interface.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available in Windows 7 and later versions of Windows. |
| Header | wwan.h (include Wwan.h) |