Skip to content

T_Ekstrand_Encryption_Ciphers_ITurn

Fred Ekstrand edited this page Aug 5, 2020 · 1 revision

ITurn Interface

Defines methods for Turn operations

Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public interface ITurn

VB

Public Interface ITurn

C++

public interface class ITurn

F#

type ITurn =  interface end

The ITurn type exposes the following members.

Properties

 

Name Description
Public property FullyCycled Gets a value indicating whether [fully cycled].
Public property NextTurn Gets or sets the next turn.
Public property Rotor Gets or sets the rotor.
Public property StarterRotor Gets a value indicating whether Rotor is starter
  Back to Top

Methods

 

Name Description
Public method Clear Clears all settings
Public method Reset Resets back to its start state if it has one.
Public method TurnRotor Turns the rotor.
  Back to Top

See Also

Reference

Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally