Share via


NodeContainerType (Compact 2013)

3/26/2014

This enumeration lists the container types that the ISdpNodeContainer::GetType and ISdpNodeContainer::SetType methods use.

Syntax

enum NodeContainerType{
    NodeContainerTypeSequence = 0,
    NodeContainerTypeAlternative = NodeContainerTypeSequence + 1
};

Elements

  • NodeContainerTypeSequence
    Specifies that the current ISdpNodeContainer is a sequence.
  • NodeContainerTypeAlternative
    Specifies that the current ISdpNodeContainer is an alternative.

Requirements

Header

bthapi.h

See Also

Reference

Bluetooth Application Development Enumerations
ISdpNodeContainer