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



Syntax
'Declaration
 
Public Overloads Function WriteRaw( _
   ByVal address As UInteger, _
   ByVal data() As Byte, _
   ByVal offset As UInteger, _
   ByVal numBytes As UInteger, _
   ByVal dataType As UInteger _
) 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 UInteger
Dim value As Integer
 
value = instance.WriteRaw(address, data, offset, numBytes, dataType)
public int WriteRaw( 
   uint address,
   byte[] data,
   uint offset,
   uint numBytes,
   uint dataType
)

Parameters

address
data
offset
numBytes
dataType
Requirements

Target Platforms: eMote .NOW

See Also

Reference

DataStore Class
DataStore Members
Overload List

Send Feedback