Auto.Server.WatcherServiceNotifyDelegate.NotifyInstanceSubjectiveDown C# (CSharp) 메소드

NotifyInstanceSubjectiveDown() 공개 메소드

public NotifyInstanceSubjectiveDown ( Byte srcUuid, String addr ) : void
srcUuid Byte
addr String
리턴 void
        public void NotifyInstanceSubjectiveDown(Byte[] srcUuid, String addr)
        {
            serviceDelegateStub.Notify(MethodId.NotifyInstanceSubjectiveDown, null, srcUuid, addr);
        }