Samraksh eMote .NOW
Write(UInt16[],UInt16) Method



Array of data to write
Amount of data to write
Write data to NOR
Syntax
'Declaration
 
Public Overloads Shared Function Write( _
   ByVal data() As UShort, _
   ByVal length As UShort _
) As Boolean
'Usage
 
Dim data() As UShort
Dim length As UShort
Dim value As Boolean
 
value = NOR.Write(data, length)
public static bool Write( 
   ushort[] data,
   ushort length
)
public:
static bool Write( 
   array<ushort>^ data,
   ushort length
) 

Parameters

data
Array of data to write
length
Amount of data to write

Return Value

True if success
Requirements

Target Platforms: eMote .NOW

See Also

Reference

NOR Class
NOR Members
Overload List

Send Feedback