Samraksh eMote .NOW
Write Method (SD)



Array to write
Offset into array
Amount to write
Write to SD
Syntax
'Declaration
 
Public Shared Function Write( _
   ByVal dataArray() As Byte, _
   ByVal offset As UShort, _
   ByVal length As UShort _
) As Boolean
'Usage
 
Dim dataArray() As Byte
Dim offset As UShort
Dim length As UShort
Dim value As Boolean
 
value = SD.Write(dataArray, offset, length)
public static bool Write( 
   byte[] dataArray,
   ushort offset,
   ushort length
)
public:
static bool Write( 
   array<byte>^ dataArray,
   ushort offset,
   ushort length
) 

Parameters

dataArray
Array to write
offset
Offset into array
length
Amount to write

Return Value

True iff success
Requirements

Target Platforms: eMote .NOW

See Also

Reference

SD Class
SD Members

Send Feedback