다음을 통해 공유


MobileBroadbandDeviceServiceDataReceivedEventArgs 클래스

정의

데이터가 수신될 때 MobileBroadbandDeviceServiceDataSession에서 DataReceived 이벤트에 대한 데이터를 제공합니다.

참고

이 기능은 모바일 네트워크 운영자가 권한 있는 액세스 권한을 부여한 통신사 앱 및 UWP 앱에서만 사용할 수 있습니다.

이 API를 사용하고 앱을 Microsoft Store에 게시하려면 특별한 승인이 필요합니다. 자세한 내용은 앱 기능 선언 항목의 제한된기능 섹션을 참조하세요 .

public ref class MobileBroadbandDeviceServiceDataReceivedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MobileBroadbandDeviceServiceDataReceivedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MobileBroadbandDeviceServiceDataReceivedEventArgs
Public NotInheritable Class MobileBroadbandDeviceServiceDataReceivedEventArgs
상속
Object Platform::Object IInspectable MobileBroadbandDeviceServiceDataReceivedEventArgs
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
cellularDeviceControl cellularDeviceIdentity

설명

DataReceived 이벤트가 데이터를 받은 후 MobileBroadbandDeviceServiceDataSession에서 발생할 때 MobileBroadbandDeviceServiceDataReceivedEventArgs instance 생성됩니다.

속성

ReceivedData

MobileBroadbandDeviceServiceDataSession에서 받은 데이터를 가져옵니다.

적용 대상

추가 정보