public class BonnShutterSettingsAppliedEvent extends CameraEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
BonnShutterSettingsAppliedEvent.Builder |
| Constructor and Description |
|---|
BonnShutterSettingsAppliedEvent(int priority,
int version,
float startA,
float startB,
float travelDistance,
float startVelocity,
float acceleration,
float maxVelocity,
float threshold,
String shutterVersion,
String firmwareVersion) |
| Modifier and Type | Method and Description |
|---|---|
static BonnShutterSettingsAppliedEvent.Builder |
builder() |
float |
getAcceleration() |
String |
getFirmwareVersion() |
float |
getMaxVelocity() |
String |
getShutterVersion() |
float |
getStartA() |
float |
getStartB() |
float |
getStartVelocity() |
float |
getThreshold() |
float |
getTravelDistance() |
int |
getVersion() |
String |
toString() |
public int getVersion()
public float getStartA()
public float getStartB()
public float getTravelDistance()
public float getStartVelocity()
public float getAcceleration()
public float getMaxVelocity()
public float getThreshold()
public String getShutterVersion()
public String getFirmwareVersion()
public static BonnShutterSettingsAppliedEvent.Builder builder()
Copyright © 2020. All rights reserved.