Module: Comm

Defined in:
lib/framework/autocomplete/Comm.rb

Overview

It is auto-generated content. Do not do required for this file in your application.

Class Method Summary collapse

Class Method Details

.autoEnter=(argument) ⇒ Object



32
33
# File 'lib/framework/autocomplete/Comm.rb', line 32

def self.autoEnter=(argument)
end

.autoTab=(argument) ⇒ Object



34
35
# File 'lib/framework/autocomplete/Comm.rb', line 34

def self.autoTab=(argument)
end

.baudRate=(argument) ⇒ Object



8
9
# File 'lib/framework/autocomplete/Comm.rb', line 8

def self.baudRate=(argument)
end

.chars=(argument) ⇒ Object



20
21
# File 'lib/framework/autocomplete/Comm.rb', line 20

def self.chars=(argument)
end

.closeObject



38
39
# File 'lib/framework/autocomplete/Comm.rb', line 38

def self.close
end

.commEvent=(argument) ⇒ Object



40
41
# File 'lib/framework/autocomplete/Comm.rb', line 40

def self.commEvent=(argument)
end

.dataBits=(argument) ⇒ Object



10
11
# File 'lib/framework/autocomplete/Comm.rb', line 10

def self.dataBits=(argument)
end

.endChar=(argument) ⇒ Object



22
23
# File 'lib/framework/autocomplete/Comm.rb', line 22

def self.endChar=(argument)
end

.handshake=(argument) ⇒ Object



16
17
# File 'lib/framework/autocomplete/Comm.rb', line 16

def self.handshake=(argument)
end

.openObject



36
37
# File 'lib/framework/autocomplete/Comm.rb', line 36

def self.open
end

.parity=(argument) ⇒ Object



14
15
# File 'lib/framework/autocomplete/Comm.rb', line 14

def self.parity=(argument)
end

.port=(argument) ⇒ Object



18
19
# File 'lib/framework/autocomplete/Comm.rb', line 18

def self.port=(argument)
end

.setEmml(argument) ⇒ Object



42
43
# File 'lib/framework/autocomplete/Comm.rb', line 42

def self.setEmml(argument)
end

.stopBits=(argument) ⇒ Object



12
13
# File 'lib/framework/autocomplete/Comm.rb', line 12

def self.stopBits=(argument)
end

.time=(argument) ⇒ Object



24
25
# File 'lib/framework/autocomplete/Comm.rb', line 24

def self.time=(argument)
end

.writeBytes=(argument) ⇒ Object



26
27
# File 'lib/framework/autocomplete/Comm.rb', line 26

def self.writeBytes=(argument)
end

.writeFile=(argument) ⇒ Object



30
31
# File 'lib/framework/autocomplete/Comm.rb', line 30

def self.writeFile=(argument)
end

.writeString=(argument) ⇒ Object



28
29
# File 'lib/framework/autocomplete/Comm.rb', line 28

def self.writeString=(argument)
end