C# Class Opc.Ua.Sample.Program

ファイルを表示 Open project: OPCFoundation/UA-.NET

Private Methods

Method Description
Browse ( Session session ) : void
CertificateValidator_CertificateValidation ( CertificateValidator validator, CertificateValidationEventArgs e ) : void

Handles an error validating the server certificate.

Applications should never accept certificates silently. Doing do will create the illusion of security that will come back to haunt the vendor in the future. Compliance tests by the OPC Foundation will fail products that silently accept untrusted certificates.

GetNodeIds ( Session session, Opc.Ua.NodeId startNodeId ) : List

Returns the node ids for a set of relative paths.

HistoryDeleteAtTime ( Session session ) : void

Deletes the history of values for a set of variables at given time.

HistoryDeleteRaw ( Session session ) : void

Deletes the history of values for a set of variables at given time interval.

HistoryReadAtTime ( Session session ) : void

Reads the history of values for a set of variables at given time.

HistoryReadAttributes ( Session session ) : void

Reads the history of attributes for Bucket Brigade.Int1.

HistoryReadProcessed ( Session session ) : void
HistoryReadRaw ( Session session ) : void

Reads the history of values for a set of variables.

HistoryUpdate ( Session session ) : void
Main ( ) : void
Main ( string args ) : void
Read ( Session session ) : void

Reads the values for a set of variables.

Save ( uint id, Opc.Ua.DataValue value ) : void
Session_KeepAlive ( Session session, KeepAliveEventArgs e ) : void

Raised when a keep alive response is returned from the server.

Session_Notification ( Session session, NotificationEventArgs e ) : void

Raised when a publish response arrives from the server.