C# Class Opc.Ua.Com.Client.GroupItem

An item that belongs to group.
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Properties

Property Type Description
Active bool
ActiveChanged bool
ClientHandle int
Created bool
Deleted bool
ErrorId int
ItemId string
ServerHandle int

Property Details

Active public_oe property

public bool Active
return bool

ActiveChanged public_oe property

public bool ActiveChanged
return bool

ClientHandle public_oe property

public int ClientHandle
return int

Created public_oe property

public bool Created
return bool

Deleted public_oe property

public bool Deleted
return bool

ErrorId public_oe property

public int ErrorId
return int

ItemId public_oe property

public string ItemId
return string

ServerHandle public_oe property

public int ServerHandle
return int