Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
local_gateway_simulator
master
Lgwsim
Config
Message
QSTClient
Error
Simulator
NumericCommand
OneOfCommand
State
Built with Crystal 1.9.2
2023-10-07 16:50:28 UTC
class
Lgwsim::Simulator::NumericCommand
Lgwsim::Simulator::NumericCommand
Reference
Object
Defined in:
simulator.cr
Constructors
.new
(min : Int32, max : Int32)
Class Method Summary
.parse
(message : String)
Instance Method Summary
#max
: Int32
#max=
(max : Int32)
#min
: Int32
#min=
(min : Int32)
#sample
Constructor Detail
def self.
new
(min : Int32, max : Int32)
#
[
View source
]
Class Method Detail
def self.
parse
(message : String)
#
[
View source
]
Instance Method Detail
def
max
: Int32
#
[
View source
]
def
max=
(max : Int32)
#
[
View source
]
def
min
: Int32
#
[
View source
]
def
min=
(min : Int32)
#
[
View source
]
def
sample
#
[
View source
]