Class QueryableComponentBase

An abstract base class for
SerializerComponenets
that are queryable.

System.Object
  RoboticsConnection.Serializer.Components.SerializerComponent
    RoboticsConnection.Serializer.Components.QueryableComponentBase

public abstract class QueryableComponentBase : SerializerComponent, IQueryableComponent

Class Members


MemberDescription
EnabledDefault The default value for the
Enabled
property.
UpdateFrequencyDefault The default value for the
UpdateFrequency
property.
Update Allows a user to manually update the value of the component, instead of relying on it to be periodically polled for a value. See Manual Querying of Sensors NOTE regarding this method.
public void Update();
Enabled Turns querying of this
SerializerComponent
on/off.
Serializer Inherited from RoboticsConnection.Serializer.Components.SerializerComponent
UpdateFrequency The frequency, in millisecinds, that the corresponding serilaizer-board component values are queried.

Requirements

Namespace: RoboticsConnection.Serializer.Components
Assembly: roboticsconnection.serializer.dll


Last Updated: 8/29/2007