unreal.MagicLeapBluetoothGattIncludedService

class unreal.MagicLeapBluetoothGattIncludedService(uuid='', instance_id=0, service_type=0)

Bases: unreal.StructBase

A structure containing the contents of a GATT include.

C++ Source:

  • Plugin: MagicLeapBLE

  • Module: MagicLeapBLE

  • File: MagicLeapBLETypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • instance_id (int32): [Read-Write] Instance ID.

  • service_type (int32): [Read-Write] Service type.

  • uuid (str): [Read-Write] UUID for the service.

property instance_id

[Read-Write] Instance ID.

Type

(int32)

property service_type

[Read-Write] Service type.

Type

(int32)

property uuid

[Read-Write] UUID for the service.

Type

(str)