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



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

Parameters

data
Array to write
offset
Offset from start of DataStore allocation to write to, and not an offset from start of data array.
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