Auto.Server.WatcherServiceNotifyDelegate.NotifyInstanceSubjectiveDown C# (CSharp) Method

NotifyInstanceSubjectiveDown() public method

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