EMagicLeapBluetoothGattCharacteristicPermissions

Definition of characteristic properties.

Windows
MacOS
Linux

References

Module

MagicLeapBLE

Header

/Engine/Plugins/Lumin/MagicLeapBLE/Source/Public/MagicLeapBLETypes.h

Include

#include "MagicLeapBLETypes.h"

Syntax

enum EMagicLeapBluetoothGattCharacteristicPermissions
{
    Read,
    ReadEncrypted,
    ReadEncryptedMITM,
    Write,
    WriteEncrypted,
    WriteEncryptedMITM,
    WriteSigned,
    WriteSignedMITM,
}

Values

Name

Description

Read

ReadEncrypted

ReadEncryptedMITM

Write

WriteEncrypted

WriteEncryptedMITM

WriteSigned

WriteSignedMITM

Remarks

Definition of characteristic properties.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss