class Wiegand::Base

Overview

Ported from: https://github.com/acaprojects/ruby-engine-drivers/blob/beta/lib/hid/algorithms.rb

Direct Known Subclasses

Defined in:

wiegand/models.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(wiegand : UInt64, facility : UInt32, card_number : UInt32) #

[View source]

Class Method Detail

def self.count_1s(int : UInt32 | UInt64) #

[View source]

Instance Method Detail

def card_number : UInt32 #

[View source]
def card_number=(card_number : UInt32) #

[View source]
def facility : UInt32 #

[View source]
def facility=(facility : UInt32) #

[View source]
def wiegand : UInt64 #

[View source]
def wiegand=(wiegand : UInt64) #

[View source]