I've tried write data to Eclipse Milo server and read history data the following way: HistoryReadDetails hrd = new ReadRawModifiedDetails(false, DateTime.MIN_VALUE, DateTime.MIN_VALUE,UInteger.MAX,false); TimestampsToReturn ttr = TimestampsToReturn.Both; List<HistoryReadValueId> list = new ArrayList<>(); list.add(new HistoryReadValueId(new NodeId(2,"HelloWorld/ScalarTypes/Int32"), null, QualifiedName.NULL_VALUE,null)); HistoryReadResponse hrr = client.historyRead(hrd, ttr, true, list).get(); But got the following: HistoryReadResult{StatusCode=StatusCode{name=Bad_NotSupported, value=0x803D0000, quality=bad}, [...] read more
I am using the following piece of code to check in my UWP-JS app if an in-app purchase is active: (function () { // Initialization // var store_app = Windows.ApplicationModel.Store.CurrentApp; var store_app = Windows.ApplicationModel.Store.CurrentAppSimulator; var licenseInformation = store_app.licenseInformation; // Check for Product if (licenseInformation.productLicenses["product1"].isActive) { // do something } else [...] read more
I have created simple WCF service: namespace WcfServiceLibrary1 { [ServiceContract] public interface IService1 { [OperationContract] int GetData(int value); } } namespace WcfServiceLibrary1 { public class Service1 : IService1 { public int GetData(int value) { return 101; } } } Now I need to create c++ client for it. I have [...] read more
My application was recently changed to use client-server model. Now I need to be able to request certificate from remote server vs the one on a local network. ICertRequest specifies that it can accept: > HTTPS URL for an enrollment server or in the form ComputerName/CAName The latter was used [...] read more
c#
x509certificate
x509
Comments
Grace
I can't share my OneNote with my friends~ the error code is 0x803D0000
Grace
I can't share my OneNote with my friends~ the error code is 0x803D0000