 | MotorHat2348Motors Property |
Namespace:
Adafruit.IoT.Devices
Assembly:
Adafruit.IoT (in Adafruit.IoT.dll) Version: 1.0.6.0 (1.0.6.0)
Syntaxpublic IReadOnlyList<IMotor> Motors { get; }
Public ReadOnly Property Motors As IReadOnlyList(Of IMotor)
Get
public:
virtual property IReadOnlyList<IMotor^>^ Motors {
IReadOnlyList<IMotor^>^ get () sealed;
}
Property Value
Type:
IReadOnlyListIMotor
A list of
IMotor objects.
Remarks
The method returns a list of values that represent the
IMotor objects created on this
MotorHat2348.
See Also