TactigonDoc  1.3 - 2018-28-12
Documentation of Tactigon libraries exposed in Arduino IDE
Public Member Functions | List of all members
UUID Class Reference

#include <tactigon_BLE.h>

Public Member Functions

 UUID ()
 
uint8_t set (char *pString)
 
char * get (void)
 

Detailed Description

UUID class. class to menage the 128 UUID characteristics

Constructor & Destructor Documentation

◆ UUID()

UUID::UUID ( )

UUID_128 Class constructor

Member Function Documentation

◆ get()

char * UUID::get ( void  )

get the UUID val in array form

Returns
pointer to a 16byte array with th UUID in the form {0xbe, 0xa5, 0x76, 0x0d, 0x50, 0x3d, 0x49, 0x20, 0xb0, 0x00, 0x10, 0x1e, 0x73, 0x06, 0xb0, 0x07}

◆ set()

uint8_t UUID::set ( char *  pString)

set the UUID val

Parameters
pStringpointer to a UUID string in the form "bea5760d-503d-4920-b000-101e7306b007"
Returns
0: ok; 1: not ok;

The documentation for this class was generated from the following files: