IDataItemValueAssigner.GetRawValue (METH)ΒΆ
METHOD GetRawValue : POINTER TO BYTE
This method can be called to retrieve the value in a form that can be written to a device connected by a IDriver from the local value
- InOut:
- Scope - Name - Type - Comment - Return - GetRawValue- POINTER TO BYTE - A pointer to the data that should be sent. The data will be in byte order according to IDriver.DataByteOrder and the size will be the one returned by IDataItem.SizeRemote - Important - The returned value will not be guaranteed to be valid longer than the typically current call of IDriverStateMachine.SendRequest 
