Skip to content

Pulse Struct

Definition

A signal pulse with a repeat count and duration in T-states.

public sealed struct Pulse : IEquatable<Pulse>

View source

Constructors

Name Description
Pulse(UInt16, UInt32) A signal pulse with a repeat count and duration in T-states.

Properties

Name Description
Count The number of times this pulse repeats.
Duration The duration of the pulse in T-states.

Methods

Name Description
ToString() Returns a string that represents the current object.