Lines Matching refs:sms

285sms<br>Method or attribute name: function splitMessage(content: string, callback: AsyncCallback\<A…
286sms<br>Method or attribute name: function splitMessage(content: string): Promise\<Array\<string>>;…
287sms<br>Method or attribute name: function createMessage(pdu: Array\<number>, specification: string…
288sms<br>Method or attribute name: function createMessage(pdu: Array\<number>, specification: string…
289sms<br>Method or attribute name: function sendMessage(options: SendMessageOptions): void;<br>Error…
290sms<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number, callback: AsyncCallb…
291sms<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>…
292sms<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string, callback: …
293sms<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise\<…
294sms<br>Method or attribute name: function getSmscAddr(slotId: number, callback: AsyncCallback\<str…
295sms<br>Method or attribute name: function getSmscAddr(slotId: number): Promise\<string>;<br>Error …
296sms<br>Method or attribute name: function addSimMessage(options: SimMessageOptions, callback: Asyn…
297sms<br>Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise\<void…
298sms<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number, callback…
299sms<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise…
300sms<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions, callb…
301sms<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Prom…
302sms<br>Method or attribute name: function getAllSimMessages(slotId: number, callback: AsyncCallbac…
303sms<br>Method or attribute name: function getAllSimMessages(slotId: number): Promise\<Array\<SimSh…
304sms<br>Method or attribute name: function setCBConfig(options: CBConfigOptions, callback: AsyncCal…
305sms<br>Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise\<void>;<b…
306sms<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, forc…
307sms<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, forc…
308sms<br>Method or attribute name: function isImsSmsSupported(slotId: number, callback: AsyncCallbac…
309sms<br>Method or attribute name: function isImsSmsSupported(slotId: number): Promise\<boolean>;<br…
310sms<br>Method or attribute name: function getImsShortMessageFormat(callback: AsyncCallback\<string…
311sms<br>Method or attribute name: function getImsShortMessageFormat(): Promise\<string>;<br>Error c…
312sms<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>, cal…
313sms<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>): Pr…
314sms<br>Method or attribute name: function encodeMms(mms: MmsInformation, callback: AsyncCallback\<…
315sms<br>Method or attribute name: function encodeMms(mms: MmsInformation): Promise\<Array\<number>>…