| | |
| | | receiveFlag += string.Format ("{0}", usefulBytes [0]); |
| | | break; |
| | | case Command.ReadDeviceModulACK: |
| | | case Command.ReadGatewayACK: |
| | | case Command.ReadSecurityStatusACK: |
| | | receiveFlag = string.Format ("{0},{1}", usefulBytes [0], usefulBytes [1]); |
| | | break; |
| | | case Command.ReadGatewayACK: |
| | | receiveFlag = string.Format ("{0},{1}", usefulBytes [0], usefulBytes [1]); |
| | | break; |
| | | case Command.UpdataLightDimmingTheLargestLevelACK: |
| | |
| | | case Command.SetGateWayAdminInfoACK: |
| | | case Command.ReadGateWayLocalEncryptionACK: |
| | | case Command.SetReadGateWayLocalEncryptionACK: |
| | | case Command.SetGateWayMqttURLAddressACK: |
| | | //************************************ |
| | | case Command.ReadGateWayModelInfoACK: |
| | | case Command.ReadGatewayServerIPACK: |
| | |
| | | case Command.SetGateWayAdminInfo: |
| | | case Command.SetGateWayLocalEncryption: |
| | | case Command.ReadGateWayLocalEncryption: |
| | | case Command.SetGateWayMqttURLAddress: |
| | | //************************************ |
| | | case Command.ReadGateWayModelInfo: |
| | | case Command.ReadGatewayServerIP: |