Exemple #1
0
 internal ImaqdxAttribute(ImaqdxSession session, ImaqdxAttributeInformation attributeInfo)
 {
     _session = session;
     _name    = attributeInfo.Name;
     _type    = attributeInfo.Type;
 }
Exemple #2
0
 public static extern int IMAQdxGetAttributeMaximum(ImaqdxSessionHandle id, string name, ImaqdxAttributeType type, out uint val);
Exemple #3
0
 public static extern int IMAQdxSetAttribute(ImaqdxSessionHandle id, string name, ImaqdxAttributeType type, byte val);
Exemple #4
0
 public static extern int IMAQdxGetAttribute(ImaqdxSessionHandle id, string name, ImaqdxAttributeType type, out ImaqdxEnumItem val);
Exemple #5
0
 public static extern int IMAQdxGetAttributeCW(ImaqdxSessionHandle id, string name, ImaqdxAttributeType type, out object val);
Exemple #6
0
 public static extern int IMAQdxGetAttributeIncrement(ImaqdxSessionHandle id, string name, ImaqdxAttributeType type, out double val);