AssemblyObject Class
Namespace: GHIElectronics.TinyCLR.EthernetIP.Scanner.ObjectLibrary · Assembly: GHIElectronics.TinyCLR.EthernetIP.Scanner
No description available.
public class AssemblyObject
Methods
GetInstance(int instanceNo)
public byte[] GetInstance(int instanceNo)
Reads the Instance of the Assembly Object (Instance 101 returns the bytes of the class ID 101)
| Parameter | Type | Description |
|---|---|---|
instanceNo | int | Instance number to be returned |
Returns byte[] — bytes of the Instance
SetInstance(int instanceNo, byte[] value)
public void SetInstance(int instanceNo, byte[] value)
Sets an Instance of the Assembly Object
| Parameter | Type | Description |
|---|---|---|
instanceNo | int | Instance number to be returned |
value | byte[] |