Query the ID and the name of the user paired to the device the command is sent to.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
public struct QueryPairedUserAccountCommand : IInputDeviceCommandInfo
Fields
Declaration
public InputDeviceCommand baseCommand
Field Value
Handle of the user account at the platform level.
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
Declaration
public const int kMaxIdLength = 256
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int kMaxNameLength = 256
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public const int kSize = 1040
Field Value
Type |
Description |
System.Int32 |
|
Properties
Persistent ID of the user account the platform level.
Declaration
public string id { get; set; }
Property Value
Type |
Description |
System.String |
|
Name of the user account at the platform level.
Declaration
public string name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public static FourCC Type { get; }
Property Value
Methods
Declaration
public static QueryPairedUserAccountCommand Create()
Returns
Declaration
public FourCC GetTypeStatic()
Returns
Implements