le_ips_interface.h File Reference
#include "legato.h"

Go to the source code of this file.

Functions

void le_ips_ConnectService (void)
 
void le_ips_DisconnectService (void)
 
le_result_t le_ips_GetInputVoltage (uint32_t *inputVoltagePtr)
 

Detailed Description

Legato Input Power Supply Monitoring API include file.

Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.

Function Documentation

void le_ips_ConnectService ( void  )

Connect the client to the service

void le_ips_DisconnectService ( void  )

Disconnect the client from the service

le_result_t le_ips_GetInputVoltage ( uint32_t *  inputVoltagePtr)

Get the Platform voltage input in [mV].

Returns
  • LE_OK The function succeeded.
  • LE_FAULT The function failed to get the value.
Parameters
[out]inputVoltagePtr[OUT] The input voltage in [mV]