STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
ITypeReferrer.cs
Go to the documentation of this file.
2 
3 namespace Lextm.SharpSnmpLib.Mib.Elements
4 {
5  public interface ITypeReferrer
6  {
7  ITypeAssignment ReferredType { get; set; }
9  }
10 }