Partager via


en-tête sdplib.h

Cet en-tête est utilisé par bltooth. Pour plus d'informations, consultez les pages suivantes :

sdplib.h contient les interfaces de programmation suivantes :

Fonctions

 
SdpAddAttributeToTree

La fonction Bluetooth SdpAddAttributeToTree est utilisée pour attacher un nœud d’attribut SDP au niveau supérieur d’un enregistrement SDP.
SdpAppendNodeToContainerNode

La fonction Bluetooth SdpAppendNodeToContainerNode est utilisée pour attacher un nœud SDP à une séquence ou à un autre nœud SDP.
SdpCreateNodeAlternative

La fonction Bluetooth SdpCreateNodeAlternative est utilisée pour créer un nœud SDP de séquence alternative vide.
SdpCreateNodeBoolean

La fonction Bluetooth SdpCreateNodeBoolean est utilisée pour allouer et initialiser une structure SDP_NODE en un type booléen.
SdpCreateNodeInt128

La fonction Bluetooth SdpCreateNodeInt128 permet d’allouer et d’initialiser une structure SDP_NODE à un type entier 128 bits.
SdpCreateNodeInt16

La fonction Bluetooth SdpCreateNodeInt16 permet d’allouer et d’initialiser une structure SDP_NODE à un type entier 16 bits.
SdpCreateNodeInt32

La fonction Bluetooth SdpCreateNodeInt32 permet d’allouer et d’initialiser une structure SDP_NODE à un type entier 32 bits.
SdpCreateNodeInt64

La fonction Bluetooth SdpCreateNodeInt64 permet d’allouer et d’initialiser une structure SDP_NODE à un type entier 64 bits.
SdpCreateNodeInt8

La fonction Bluetooth SdpCreateNodeInt8 est utilisée pour allouer et initialiser une structure SDP_NODE à un type entier 8 bits.
SdpCreateNodeNil

La fonction Bluetooth SdpCreateNodeNil est utilisée pour allouer et initialiser une structure SDP_NODE à un type de nœud vide.
SdpCreateNodeSequence

La fonction Bluetooth SdpCreateNodeSequence est utilisée pour créer un nœud SDP de séquence vide.
SdpCreateNodeString

La fonction Bluetooth SdpCreateNodeString est utilisée pour allouer et initialiser une structure SDP_NODE à un type de chaîne.
SdpCreateNodeTree

La fonction Bluetooth SdpCreateNodeTree est utilisée pour allouer une structure de SDP_TREE_ROOT_NODE racine vide.
SdpCreateNodeUInt128

La fonction Bluetooth SdpCreateNodeUInt128 permet d’allouer et d’initialiser une structure SDP_NODE à un type entier 128 bits non signé.
SdpCreateNodeUInt16

La fonction Bluetooth SdpCreateNodeUInt16 permet d’allouer et d’initialiser une structure SDP_NODE à un type entier 16 bits non signé.
SdpCreateNodeUInt32

La fonction Bluetooth SdpCreateNodeUInt32 permet d’allouer et d’initialiser une structure SDP_NODE à un type entier 32 bits non signé.
SdpCreateNodeUInt64

La fonction Bluetooth SdpCreateNodeUInt64 permet d’allouer et d’initialiser une structure SDP_NODE à un type entier 64 bits non signé.
SdpCreateNodeUInt8

La fonction Bluetooth SdpCreateNodeUInt8 permet d’allouer et d’initialiser une structure de SDP_NODE à un type entier 8 bits non signé.
SdpCreateNodeUrl

La fonction Bluetooth SdpCreateNodeUrl est utilisée pour allouer et initialiser une structure SDP_NODE à un type d’URL.
SdpCreateNodeUUID128

La fonction Bluetooth SdpCreateNodeUUID128 permet d’allouer et d’initialiser une structure SDP_NODE à un type UUID 128 bits.
SdpCreateNodeUUID16

La fonction Bluetooth SdpCreateNodeUUID16 permet d’allouer et d’initialiser une structure SDP_NODE à un type UUID 16 bits.
SdpCreateNodeUUID32

La fonction Bluetooth SdpCreateNodeUUID32 permet d’allouer et d’initialiser une structure SDP_NODE à un type UUID 32 bits.
SdpFindAttributeInTree

La fonction Bluetooth SdpFindAttributeInTree est utilisée pour localiser le nœud d’attribut spécifié dans la représentation par arborescence d’un enregistrement SDP.
SdpFreeTree

La fonction Bluetooth SdpFreeTree est utilisée pour libérer la mémoire allouée pour la représentation basée sur une arborescence d’un enregistrement SDP.