Interface for register nodes managed by GenApi.
Subclassed by Itala.GenApi.NodeRegister
Public Functions
-
List<Byte> GetValue (Int64 length)
Get the value of the register Node.
- Param length:
Length of of the register.
- Return:
List of Bytes retrived
-
void SetValue (List<Byte> value)
Set the value of the register Node.
- Param value:
List of byte to set in the register.
Properties
-
Int64 Length { get; set; }
Length of the register Node.
-
Int64 Address { get; set; }
Address of the register Node.