UNPKG

sim800

Version:

A modern and opiniated module for SIM800 GSM modems ( SIM800 / SIM800L ).

3 lines (2 loc) 183 B
import { SmsPduData } from 'interfaces/sim800-outgoing-sms.interface'; export declare const generatePduData: (number: string, text: string, deliveryReport?: boolean) => SmsPduData[];