Label1.Text = "ABC" Label2.Text = "XYZ"
Label.Text = "ABC"
Dim x As Integer() = {0, 0} ' 『クラス名 . メンバー名』で呼び出す Dim y As Double = ModbusClient.ConvertRegistersToDouble(x)
Dim modbusClient As New ModbusClient(ipAddress, port) '''' ** 中略 ** ' 『変数名 . メンバー名』で呼び出す Dim z As Integer() = modbusClient.ReadHoldingRegisters(startingAddress, quantity)