struct Biamp::NTP::Command
- Biamp::NTP::Command
- Struct
- Value
- Object
Defined in:
biamp/ntp.crConstructors
Macro Summary
Instance Method Summary
- #attribute : String
- #clone
- #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)
- #device : Int32
- #index_1 : Int32 | Nil
- #index_2 : Int32 | Nil
- #instance : Int32 | Nil
- #to_io(io : IO, format = nil)
- #type : Type
- #value : String | Int32 | Float64 | Nil
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)
#
Macro Detail
Instance Method Detail
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)
#