| | |
| | | NsqTopicProcessParamsResponse = "aps.%v.processParams.response" |
| | | ) |
| | | |
| | | type PlcStartAddressType string |
| | | type PlcStartAddressType int |
| | | |
| | | const ( |
| | | PlcStartAddressTypeFinishNumber = 1 |
| | | PlcStartAddressTypeTotalNumber = 2 |
| | | PlcStartAddressTypeFinishNumber PlcStartAddressType = 1 |
| | | PlcStartAddressTypeTotalNumber PlcStartAddressType = 2 |
| | | ) |
| | | |
| | | type PlcStartAddressValueType string |
| | | |
| | | const ( |
| | | PlcStartAddressValueTypeString PlcStartAddressValueType = "string" |
| | | PlcStartAddressValueTypeInt PlcStartAddressValueType = "int" |
| | | ) |
| | | |
| | | const ( |