Struct windows_sys::Win32::Devices::Bluetooth::SdpAttributeRange
#[repr(C)]pub struct SdpAttributeRange {
pub minAttribute: u16,
pub maxAttribute: u16,
}Expand description
Required features: "Win32_Devices_Bluetooth"
Fields§
§minAttribute: u16§maxAttribute: u16