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



Syntax
'Declaration
 
Public Overloads Function ReadRaw( _
   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.ReadRaw(address, data, offset, numBytes, dataType)

Parameters

address
data
offset
numBytes
dataType
Requirements

Target Platforms: eMote .NOW

See Also

Reference

DataStore Class
DataStore Members
Overload List

Send Feedback