Searched defs:DistributedDeviceInfo (Results 1 – 2 of 2) sorted by relevance
43 struct DistributedDeviceInfo { struct44 DistributedDeviceInfo() {} in DistributedDeviceInfo() argument45 DistributedDeviceInfo(uint16_t deviceType, std::string deviceId) in DistributedDeviceInfo() function47 DistributedDeviceInfo(uint16_t deviceType, std::string deviceId, std::string networkId) in DistributedDeviceInfo() argument49 uint16_t deviceType_;50 std::string deviceId_;51 std::string networkId_;52 int32_t peerState_ = DeviceState::STATE_INIT;53 int32_t socketId_ = -1;54 int32_t connectedTry_ = 0;[all …]
36 DistributedDeviceInfo() {} in DistributedDeviceInfo() function37 DistributedDeviceInfo(std::string deviceId, std::string deviceName, in DistributedDeviceInfo() function