AssemblyObject Class
Namespace: GHIElectronics.TinyCLR.EthernetIP.Adapter · Assembly: GHIElectronics.TinyCLR.EthernetIP.Adapter
No description available.
public class AssemblyObject
Constructors
AssemblyObject(int instanceId, byte[] data, ushort size)
public AssemblyObject(int instanceId, byte[] data, ushort size)
No description available.
| Parameter | Type | Description |
|---|---|---|
instanceId | int | |
data | byte[] | |
size | ushort |
Properties
Impl
public IntPtr Impl { get; set; }
No description available.
InstanceId
public int InstanceId { get; }
No description available.
Data
public byte[] Data { get; }
The payload buffer. Up to 64 bytes for CAN-FD, 8 for classic CAN. (inherited)
Size
public ushort Size { get; }
Total size of the loaded image. (inherited)