The OPC parameters DeadBand and LocaleId are set to zero.
Error code returned, no exception thrown. Added in V2.1
Overload | Description |
---|---|
AddGroup(String,Boolean,Int32,Int32,Int32) | Add a new group. ( IOPCServer::AddGroup ) The OPC parameters DeadBand and LocaleId are set to zero. Error code returned, no exception thrown. Added in V2.1 |
AddGroup(String,Boolean,Int32,Single,Int32,Int32,Int32) | Add a new group. ( IOPCServer::AddGroup ) The OPC parameters DeadBand and LocaleId are set to zero. Errors are returned in the err parameter. |
AddGroup(String,Boolean,Int32,Int32) | Add a new group. ( IOPCServer::AddGroup ) The OPC parameters DeadBand and LocaleId are set to zero. If any error occurs an OPCException is thrown. |
AddGroup(String,Boolean,Int32,Single,Int32,Int32) | Add a new group. ( IOPCServer::AddGroup ) Errors are returned in the err parameter. |