We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93f4b6 commit 05b60aaCopy full SHA for 05b60aa
src/darwin/Framework/CHIP/MTRDeviceController_XPC.mm
@@ -78,6 +78,11 @@ - (NSXPCInterface *)_interfaceForClientProtocol
78
return interface;
79
}
80
81
+- (id<NSCopying>)controllerXPCID
82
+{
83
+ return [self.uniqueIdentifier UUIDString];
84
+}
85
+
86
- (id)initWithUniqueIdentifier:(NSUUID *)UUID xpConnectionBlock:(NSXPCConnection * (^)(void) )connectionBlock
87
{
88
if (self = [super initForSubclasses]) {
0 commit comments