/// <summary>
 /// Creates an option according to the given access technology type.
 /// </summary>
 /// <param name="accessTechnologyType">Specifies the access technology through which the mobile node is connected to the access link on the mobile access gateway.</param>
 public IpV6MobilityOptionAccessTechnologyType(IpV6AccessTechnologyType accessTechnologyType)
     : base(IpV6MobilityOptionType.AccessTechnologyType, (byte)accessTechnologyType)
 {
 }
 /// <summary>
 /// Creates an option according to the given access technology type.
 /// </summary>
 /// <param name="accessTechnologyType">Specifies the access technology through which the mobile node is connected to the access link on the mobile access gateway.</param>
 public IpV6MobilityOptionAccessTechnologyType(IpV6AccessTechnologyType accessTechnologyType)
     : base(IpV6MobilityOptionType.AccessTechnologyType, (byte)accessTechnologyType)
 {
 }