AllJoynBusAttachmentStateChangedEventArgs
AllJoynBusAttachmentStateChangedEventArgs
AllJoynBusAttachmentStateChangedEventArgs
AllJoynBusAttachmentStateChangedEventArgs
Class
Definition
Contains information about state and status changes to an AllJoyn bus connection managed by an AllJoynBusAttachment object.
public : sealed class AllJoynBusAttachmentStateChangedEventArgs : IAllJoynBusAttachmentStateChangedEventArgspublic sealed class AllJoynBusAttachmentStateChangedEventArgs : IAllJoynBusAttachmentStateChangedEventArgsPublic NotInheritable Class AllJoynBusAttachmentStateChangedEventArgs Implements IAllJoynBusAttachmentStateChangedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|
Properties
State State State State
Indicates the current state of a connection to an AllJoyn bus.
public : AllJoynBusAttachmentState State { get; }public AllJoynBusAttachmentState State { get; }Public ReadOnly Property State As AllJoynBusAttachmentState// You can use this property in JavaScript.
- Value
- AllJoynBusAttachmentState AllJoynBusAttachmentState AllJoynBusAttachmentState AllJoynBusAttachmentState
The current connection state.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|
Status Status Status Status
Contains a status code that provides status information for AllJoynBusAttachment change events. Properties used in the generation of possible values are defined by AllJoynStatus.
public : int Status { get; }public int Status { get; }Public ReadOnly Property Status As int// You can use this property in JavaScript.
- Value
- int int int int
The AllJoyn status code associated with the event.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|