EMMutableSoftDcvOathSettings Protocol Reference
| Conforms to | EMSoftDcvOathSettings |
|---|---|
| Declared in | EMMutableSoftDcvOathSettings.h |
dcvLength
required method
The DCV length. Allowed range is 3-4 digits.
@property (assign, nonatomic) NSInteger dcvLengthExceptions
NSInvalidArgumentException |
When dcvLength is not in allowed range. |
|---|
Declared In
EMMutableSoftDcvOathSettings.h
dcvHashAlgorithm
required method
The hash algorithm for DCV. See EMOathHashAlgorithm.
@property (assign, nonatomic) EMOathHashAlgorithm dcvHashAlgorithmExceptions
NSInvalidArgumentException |
When hash algorithm is not supported. |
|---|
Declared In
EMMutableSoftDcvOathSettings.h
dcvStartTime
required method
The T0 value for DCV. Value to start counting the time steps. Default: 0
@property (assign, nonatomic) int64_t dcvStartTimeExceptions
NSInvalidArgumentException |
When dcvStartTime is negative. |
|---|
Declared In
EMMutableSoftDcvOathSettings.h
dcvTimestepSize
required method
The time step size for DCV. Default: 20
@property (assign, nonatomic, readonly) NSInteger dcvTimestepSizeDeclared In
EMMutableSoftDcvOathSettings.h
dcvTimestepType
required method
The time step type for DCV. Default: Minutes.
@property (assign, nonatomic, readonly) EMOathTimestepType dcvTimestepTypeDeclared In
EMMutableSoftDcvOathSettings.h
– setDcvTimeSettingsWithTimestepSize:timestepType:
required method
Sets the DCV time settings.
- (void)setDcvTimeSettingsWithTimestepSize:(NSInteger)timestepSize timestepType:(EMOathTimestepType)timestepTypeParameters
timestepSize |
The time step size, it is ignored if |
|---|---|
timestepType |
The time step type, set to |
Exceptions
NSInvalidArgumentException |
If one of the following conditions is true:
|
|---|
Declared In
EMMutableSoftDcvOathSettings.h