ardknob
ardproto
ArdProto
log
log
ardknob
ardproto
ArdProto
log
method
log
Source
ardknob
ardproto
ArdProto
Constants
maxDataLength
maxPacketSize
packetOverhead
Static methods
fletcher16
Constructors
ArdProto
Properties
bytesOut
debug
hashCode
onAction
port
runtimeType
Operators
operator ==
Methods
close
log
noSuchMethod
toString
write
dynamic
log
(
msg
)
Prints a debug message to the stdout.
Source
log(msg) { if (debug) { print('[ardproto] $msg'); } }