Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
Data Fields
SHI_ServiceUserInfo Struct Reference

Information about a service user. More...

#include <ShiService.h>

Data Fields

const char * name
 Human-readable name for the service user. More...
 
const char * uid
 Unique ID for the service user. More...
 
SHI_Boolean is_device_registered
 Indicates whether the device on which the code runs is registered to this user. More...
 

Detailed Description

Information about a service user.

Field Documentation

◆ is_device_registered

SHI_Boolean SHI_ServiceUserInfo::is_device_registered

Indicates whether the device on which the code runs is registered to this user.

◆ name

const char* SHI_ServiceUserInfo::name

Human-readable name for the service user.

◆ uid

const char* SHI_ServiceUserInfo::uid

Unique ID for the service user.


The documentation for this struct was generated from the following file: