Class WirelessProfilesIds
The ids of the wireless profile to assign to the given camera
[DataContract]
public class WirelessProfilesIds
- Inheritance
-
WirelessProfilesIds
- Inherited Members
Properties
Backup
The id of the backup wireless profile
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "backup")]
public string Backup { get; set; }
Property Value
Primary
The id of the primary wireless profile
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "primary")]
public string Primary { get; set; }
Property Value
Secondary
The id of the secondary wireless profile
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "secondary")]
public string Secondary { get; set; }