API changes - 3.8 |
- CardInfo( )
- public static CardInfo[] DiscoverByPinging( int fromSerialNumber, int toSerialNumber )
+ public static CardInfo[] DiscoverByPinging( int fromSerialNumber, int toSerialNumber, int repetitions = 2, int pingTimeoutMs = 1000, int maxNumAddressesToPingInParallel = 1000 )
+ public void AppendHeadingScale( Point3D scaling )
+ public void AppendSkyWritingMergedExtensionsMaxCoH( double maxCoH )
+ HEADING_SCALE
+ SKYWRITING_MERGED_EXTENSIONS_MAX_COH
+ HSCA
+ SKMMEMCH
+ public Point3D HeadingScale { get; set; }
+ public double MergedExtensionsMaxCoH { get; set; }
+ public bool Quadrature0A { get; set; }
+ public bool Quadrature0B { get; set; }
+ public bool Quadrature0I { get; set; }
+ public bool Quadrature1A { get; set; }
+ public bool Quadrature1B { get; set; }
+ public bool Quadrature1I { get; set; }
+ public static Point3D op_Multiply( Point3D lhs, Point3D rhs )