Uses of Class
org.robokind.avrogen.sensor.DeviceAnalogRecord.Builder

Uses of DeviceAnalogRecord.Builder in org.robokind.avrogen.sensor
 

Methods in org.robokind.avrogen.sensor that return DeviceAnalogRecord.Builder
 DeviceAnalogRecord.Builder DeviceAnalogRecord.Builder.clearAnalogValue()
          Clears the value of the 'analogValue' field
 DeviceAnalogRecord.Builder DeviceAnalogRecord.Builder.clearChannelId()
          Clears the value of the 'channelId' field
 DeviceAnalogRecord.Builder DeviceAnalogRecord.Builder.clearHeader()
          Clears the value of the 'header' field
static DeviceAnalogRecord.Builder DeviceAnalogRecord.newBuilder()
          Creates a new DeviceAnalogRecord RecordBuilder
static DeviceAnalogRecord.Builder DeviceAnalogRecord.newBuilder(DeviceAnalogRecord.Builder other)
          Creates a new DeviceAnalogRecord RecordBuilder by copying an existing Builder
static DeviceAnalogRecord.Builder DeviceAnalogRecord.newBuilder(DeviceAnalogRecord other)
          Creates a new DeviceAnalogRecord RecordBuilder by copying an existing DeviceAnalogRecord instance
 DeviceAnalogRecord.Builder DeviceAnalogRecord.Builder.setAnalogValue(double value)
          Sets the value of the 'analogValue' field
 DeviceAnalogRecord.Builder DeviceAnalogRecord.Builder.setChannelId(int value)
          Sets the value of the 'channelId' field
 DeviceAnalogRecord.Builder DeviceAnalogRecord.Builder.setHeader(HeaderRecord value)
          Sets the value of the 'header' field
 

Methods in org.robokind.avrogen.sensor with parameters of type DeviceAnalogRecord.Builder
static DeviceAnalogRecord.Builder DeviceAnalogRecord.newBuilder(DeviceAnalogRecord.Builder other)
          Creates a new DeviceAnalogRecord RecordBuilder by copying an existing Builder
 



Copyright © 2011-2013. All Rights Reserved.