C# Class Opc.Ua.Com.Client.ComHdaClient.ServerStatus

Stores the status of the server.
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
dwMaxReturnValues int
ftCurrentTime System.DateTime
ftStartTime System.DateTime
szStatusString string
szVendorInfo string
wBuildNumber short
wMajorVersion short
wMinorVersion short
wStatus OPCHDA_SERVERSTATUS

Property Details

dwMaxReturnValues public_oe property

The maximum number of values returned.
public int dwMaxReturnValues
return int

ftCurrentTime public_oe property

The current server time.
public DateTime,System ftCurrentTime
return System.DateTime

ftStartTime public_oe property

The current server time.
public DateTime,System ftStartTime
return System.DateTime

szStatusString public_oe property

The server status information.
public string szStatusString
return string

szVendorInfo public_oe property

The server vendor information.
public string szVendorInfo
return string

wBuildNumber public_oe property

The server build number.
public short wBuildNumber
return short

wMajorVersion public_oe property

The server major version.
public short wMajorVersion
return short

wMinorVersion public_oe property

The server minor version.
public short wMinorVersion
return short

wStatus public_oe property

The server status.
public OPCHDA_SERVERSTATUS wStatus
return OPCHDA_SERVERSTATUS