Samraksh eMote .NOW
Read(UInt32[]) Method



Array to receive data read
Read a uint (UInt16) from DataStore, specifying the amount to read and the offset from start of allocation.
Syntax
'Declaration
 
Public Overloads Function Read( _
   ByVal data() As UInteger _
) As DataStoreReturnStatus
'Usage
 
Dim instance As DataReference
Dim data() As UInteger
Dim value As DataStoreReturnStatus
 
value = instance.Read(data)
public DataStoreReturnStatus Read( 
   uint[] data
)

Parameters

data
Array to receive data read

Return Value

Success / failure status
Exceptions
ExceptionDescription
DataStore ExceptionMethod invocation has an invalid argument
Requirements

Target Platforms: eMote .NOW

See Also

Reference

DataReference Class
DataReference Members
Overload List

Send Feedback