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