Samraksh eMote .NOW
Read(UInt32,Byte[],UInt32,UInt32,UInt16) Method



Syntax
'Declaration
 
<ObsoleteAttribute("Deprecated. Use ReadRaw instead.")>
Public Overloads Function Read( _
   ByVal address As UInteger, _
   ByVal data() As Byte, _
   ByVal offset As UInteger, _
   ByVal numBytes As UInteger, _
   ByVal dataType As UShort _
) As Integer
'Usage
 
Dim instance As DataStore
Dim address As UInteger
Dim data() As Byte
Dim offset As UInteger
Dim numBytes As UInteger
Dim dataType As UShort
Dim value As Integer
 
value = instance.Read(address, data, offset, numBytes, dataType)
[Obsolete("Deprecated. Use ReadRaw instead.")]
public int Read( 
   uint address,
   byte[] data,
   uint offset,
   uint numBytes,
   ushort dataType
)
[Obsolete("Deprecated. Use ReadRaw instead.")]
public:
int Read( 
   uint address,
   array<byte>^ data,
   uint offset,
   uint numBytes,
   ushort dataType
) 

Parameters

address
data
offset
numBytes
dataType
Requirements

Target Platforms: eMote .NOW

See Also

Reference

DataStore Class
DataStore Members
Overload List

Send Feedback