With the following exceptions NETMBLINK for VB6 behaves exactly as INGEAR.NET.MBLINK for .NET
|
INGEAR.NET.MBLINK |
NETMBLINK |
VB6 Difference |
|
NETMBLINK.Controller |
| |
|
Controller.Transport |
Controller.SetTransport Controller.GetTransport |
Separate methods |
|
Controller.MyObjectSet Controller.MyObjectGet |
Separate with methods | |
|
Controller.ReadTag Controller.ReadTagArray |
Separate methods for single and array operations | |
|
Controller.WriteTag Controller.WriteTagArray |
Separate methods for single and array operations | |
|
Controller.GroupRead Controller.GroupReadArray |
Separate methods for single and array operations | |
|
Controller.GroupWrite Controller.GroupWriteArray |
Separate methods for single and array operations | |
|
Controller.Action |
Sender passed as only parameter | |
|
NETMBLINK.TagGroup |
| |
|
TagGroup.AddTag TagGroup.AddTagArray |
Separate methods for single and array operations | |
|
TagGroup.RemoveTag TagGrooup.RemoveTagArray |
Separate methods for single and array operations | |
|
TagGroup.MyObjectGet TagGroup.MyObjectSet |
Separate methods for single and array operations | |
|
TagGroup.Update |
Sender passed as only parameter. | |
|
NETMBLINK.Tag |
| |
|
Tag.ValueGet Tag.ValueSet |
Separate methods for single and array operations | |
|
Tag.MyObjectGet Tag.MyObjectSet |
Separate methods for single and array operations | |
|
Tag.GetNow Tag.SetNow |
Separate methods | |
|
Tag.Changed |
Sender passed as only parameter |