Visual Basic (Declaration) | |
---|---|
Public Function Create( _ ByVal _groupName As String, _ ByVal _setActive As Boolean, _ ByVal _requestedUpdateRate As Integer, _ ByRef _percentDeadband As Single, _ ByVal _localeID As Integer, _ ByVal _clientHandle As Integer _ ) As Integer |
C# | |
---|---|
public int Create( string _groupName, bool _setActive, int _requestedUpdateRate, ref float _percentDeadband, int _localeID, int _clientHandle ) |
Parameters
- _groupName
- Optional group name
- _setActive
- initial active state
- _requestedUpdateRate
- The requested update rate in ms.
- _percentDeadband
- The OPC DA deadband
- _localeID
- The OPC DA LCID for the group.
- _clientHandle