Bagikan melalui


ISmsBinaryMessage Antarmuka

Definisi

Antarmuka ini menyediakan akses ke format biner mentah pesan SMS. Pesan disimpan dalam format unit deskripsi protokol standar industri (PDU) (lihat spesifikasi SMS GSM 03.40).

Catatan

Fungsionalitas ini hanya tersedia untuk aplikasi operator seluler dan aplikasi UWP yang diberikan akses istimewa oleh operator jaringan seluler, adaptor broadband seluler IHV, atau OEM. Untuk informasi selengkapnya, lihat Mobile Broadband.

public interface class ISmsBinaryMessage : ISmsMessage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Sms.LegacySmsApiContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("SmsBinaryMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsAppMessage.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Devices.Sms.LegacySmsApiContract)]
/// [Windows.Foundation.Metadata.Guid(1542776851, 15187, 19566, 182, 26, 216, 106, 99, 117, 86, 80)]
struct ISmsBinaryMessage : ISmsMessage
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Sms.LegacySmsApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1542776851, 15187, 19566, 182, 26, 216, 106, 99, 117, 86, 80)]
/// [Windows.Foundation.Metadata.Deprecated("SmsBinaryMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsAppMessage.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
struct ISmsBinaryMessage : ISmsMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Sms.LegacySmsApiContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("SmsBinaryMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsAppMessage.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Devices.Sms.LegacySmsApiContract))]
[Windows.Foundation.Metadata.Guid(1542776851, 15187, 19566, 182, 26, 216, 106, 99, 117, 86, 80)]
public interface ISmsBinaryMessage : ISmsMessage
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Sms.LegacySmsApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1542776851, 15187, 19566, 182, 26, 216, 106, 99, 117, 86, 80)]
[Windows.Foundation.Metadata.Deprecated("SmsBinaryMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsAppMessage.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
public interface ISmsBinaryMessage : ISmsMessage
Public Interface ISmsBinaryMessage
Implements ISmsMessage
Turunan
Atribut
Penerapan

Persyaratan Windows

Rangkaian perangkat
Windows Desktop Extension SDK (diperkenalkan dalam 10.0.10240.0)
API contract
Windows.Devices.Sms.LegacySmsApiContract (diperkenalkan dalam v1.0)
Kemampuan aplikasi
cellularMessaging sms

Keterangan

Pewarisan antarmuka

ISmsBinaryMessage mewarisi ISmsMessage. Jenis yang mengimplementasikan ISmsBinaryMessage juga mengimplementasikan anggota antarmuka ISmsMessage.

Properti

Format

Mengambil format unit deskripsi protokol (PDU) yang terdeteksi dari pesan ini.

Id

Mengambil ID untuk pesan, yang nantinya dapat ditentukan dalam memanggil metode penyimpanan pesan untuk mendapatkan atau menghapus pesan.

(Diperoleh dari ISmsMessage)
MessageClass

Mengembalikan kelas pesan, seperti yang ditentukan oleh jaringan pesan operator. Dua kelas yang paling umum adalah None (pesan normal) atau Class0 (pesan operator khusus, seperti peringatan roaming yang harus segera ditampilkan kepada pengguna). Klien umum untuk pesan pengguna akhir mengabaikan pesan Class0.

(Diperoleh dari ISmsMessage)

Metode

GetData()

Mengembalikan buffer mentah pesan dalam format unit deskripsi protokol biner (PDU) sebagai array byte.

SetData(Byte[])

Menentukan payload biner mentah pesan SMS. Ini harus diformat sesuai dengan standar unit deskripsi protokol (PDU).

Berlaku untuk

Lihat juga