unreal.MagicLeapBluetoothGattService

class unreal.MagicLeapBluetoothGattService(instance_id=0, service_type=0, uuid='', included_services=[], characteristics=[])

Bases: unreal.StructBase

A structure containing the contents of a GATT service.

C++ Source:

  • Plugin: MagicLeapBLE

  • Module: MagicLeapBLE

  • File: MagicLeapBLETypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • characteristics (Array(MagicLeapBluetoothGattCharacteristic)): [Read-Write] A list of characteristics contained in this service.

  • included_services (Array(MagicLeapBluetoothGattIncludedService)): [Read-Write] A list of included services provided by this service.

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

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

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

property characteristics

[Read-Write] A list of characteristics contained in this service.

Type

(Array(MagicLeapBluetoothGattCharacteristic))

property included_services

[Read-Write] A list of included services provided by this service.

Type

(Array(MagicLeapBluetoothGattIncludedService))

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)