struct Biamp::NTP::Response::FullPath

Defined in:

biamp/ntp.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String, type : Command::Type, device : Int32, attribute : String, params : Array(String), value : String) #

[View source]

Instance Method Detail

def attribute : String #

def clone #

[View source]
def copy_with(message _message = @message, type _type = @type, device _device = @device, attribute _attribute = @attribute, params _params = @params, value _value = @value) #

[View source]
def device : Int32 #

def message : String #

def params : Array(String) #

def type : Command::Type #

def value : String #