Skip to main content

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)

ParameterTypeDescription
instanceNointInstance 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

ParameterTypeDescription
instanceNointInstance number to be returned
valuebyte[]