struct Biamp::NTP::Command

Defined in:

biamp/ntp.cr

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

def self.new(type : Type, device : Int32, attribute : String, instance : Int32 | Nil = nil, index_1 : Int32 | Nil = nil, index_2 : Int32 | Nil = nil, value : String | Int32 | Float64 | Nil = nil) #

[View source]

Macro Detail

macro [](type, *params) #

[View source]

Instance Method Detail

def attribute : String #

def clone #

[View source]
def copy_with(type _type = @type, device _device = @device, attribute _attribute = @attribute, instance _instance = @instance, index_1 _index_1 = @index_1, index_2 _index_2 = @index_2, value _value = @value) #

[View source]
def device : Int32 #

def index_1 : Int32 | Nil #

def index_2 : Int32 | Nil #

def instance : Int32 | Nil #

def to_io(io : IO, format = nil) #

[View source]
def type : Type #

def value : String | Int32 | Float64 | Nil #