#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) |
Legato Input Power Supply Monitoring API include file.
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
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].
[out] | inputVoltagePtr | [OUT] The input voltage in [mV] |