SDP_STRING_TYPE_DATA class base struct

Stores information about SDP string types.

To learn more, see learn.microsoft.com/windows/win32/api/bluetoothapis/ns-bluetoothapis-sdp_string_type_data.

Inheritance
Implemented types
Available extensions

Constructors

SDP_STRING_TYPE_DATA()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
attributeId int
Identifier of the base attribute in which the string is to be found in the record.
getter/setter pair
encoding int
Specifies how the string is encoded according to ISO 639:1988 (E/F): Code for the representation of the names of languages.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mibeNum int
MIBE number from the IANA database.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNative({Allocator allocator = adaptiveCalloc}) Pointer<SDP_STRING_TYPE_DATA>
Allocates native memory and copies the contents of this struct into it.
toString() String
A string representation of this object.
inherited

Operators

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