Samraksh eMote .NOW
Write(UInt32[],Int32) Method



Array to write
Count of data to be written to DataStore
Write a uint (UInt32) array into DataStore, specifying the amount to write.
Syntax
'Declaration
 
Public Overloads Function Write( _
   ByVal data() As UInteger, _
   ByVal numData As Integer _
) As DataStoreReturnStatus
'Usage
 
Dim instance As DataReference
Dim data() As UInteger
Dim numData As Integer
Dim value As DataStoreReturnStatus
 
value = instance.Write(data, numData)

Parameters

data
Array to write
numData
Count of data to be written to DataStore

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