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



Syntax
'Declaration
 
<ObsoleteAttribute("Deprecated. Use WriteRaw instead.")>
Public Overloads Function Write( _
   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.Write(address, data, offset, numBytes, dataType)
[Obsolete("Deprecated. Use WriteRaw instead.")]
public int Write( 
   uint address,
   byte[] data,
   uint offset,
   uint numBytes,
   uint dataType
)
[Obsolete("Deprecated. Use WriteRaw instead.")]
public:
int Write( 
   uint address,
   array<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