Uses of Class
jpigpio.Pulse

Packages that use Pulse 
Package Description
jpigpio  
jpigpio.packet  
  • Uses of Pulse in jpigpio

    Method parameters in jpigpio with type arguments of type Pulse 
    Modifier and Type Method Description
    int JPigpio.waveAddGeneric​(java.util.ArrayList<Pulse> pulses)
    Adds a list of pulses to the current waveform.

    Returns the new total number of pulses in the current waveform.

    The pulses are interleaved in time order within the existing waveform (if any).

    Merging allows the waveform to be built in parts, that is the settings for GPIO#1 can be added, and then GPIO#2 etc.

    If the added waveform is intended to start after or within the existing waveform then the first pulse should consist solely of a delay.
    int Pigpio.waveAddGeneric​(java.util.ArrayList<Pulse> pulses)
    Not implemented
    int PigpioSocket.waveAddGeneric​(java.util.ArrayList<Pulse> pulses)  
  • Uses of Pulse in jpigpio.packet

    Methods in jpigpio.packet that return types with arguments of type Pulse 
    Modifier and Type Method Description
    java.util.ArrayList<Pulse> Rf433tx.constructMessagePulses​(byte[] data)
    Construct array of pulses from datagram data