WLAN_PHY_FRAME_STATISTICS class base struct

The WLAN_PHY_FRAME_STATISTICS structure contains information about sent and received PHY frames.

Inheritance

Constructors

WLAN_PHY_FRAME_STATISTICS()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ullACKFailureCount int
getter/setter pair
ullFailedCount int
getter/setter pair
ullFCSErrorCount int
getter/setter pair
ullFrameDuplicateCount int
getter/setter pair
ullMaxRXLifetimeExceededCount int
getter/setter pair
ullMaxTXLifetimeExceededCount int
getter/setter pair
ullMulticastReceivedFrameCount int
getter/setter pair
ullMulticastTransmittedFrameCount int
getter/setter pair
ullMultipleRetryCount int
getter/setter pair
ullPromiscuousReceivedFragmentCount int
getter/setter pair
ullPromiscuousReceivedFrameCount int
getter/setter pair
ullReceivedFragmentCount int
getter/setter pair
ullReceivedFrameCount int
getter/setter pair
ullRetryCount int
getter/setter pair
ullRTSFailureCount int
getter/setter pair
ullRTSSuccessCount int
getter/setter pair
ullTransmittedFragmentCount int
getter/setter pair
ullTransmittedFrameCount int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited