Class Synchroniser
Inheritance
System.Object
Synchroniser
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class Synchroniser : SpecialisedAssembly, IEquatable<APIBase>
Properties
ClutchConnectionLeft
Declaration
public ClutchConnection ClutchConnectionLeft { get; }
Property Value
ClutchConnectionRight
Declaration
public ClutchConnection ClutchConnectionRight { get; }
Property Value
HasLeftCone
Declaration
public bool HasLeftCone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HasRightCone
Declaration
public bool HasRightCone { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HubAndSleeve
Declaration
public SynchroniserSleeve HubAndSleeve { get; }
Property Value
LeftCone
Declaration
public SynchroniserHalf LeftCone { get; }
Property Value
RightCone
Declaration
public SynchroniserHalf RightCone { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods