Samraksh eMote .NOW
Send(UInt16,Byte[],UInt16,UInt16,DateTime) Method



The address of the receiver. Use Addresses.BROADCAST for broadcast
Byte array containing the payload to be sent
The first byte in the array to send. Normally 0
The number of bytes to send
Time at which event occurred
Send a _packet
Syntax
'Declaration
 
Public Overloads Function Send( _
   ByVal address As UShort, _
   ByVal payload() As Byte, _
   ByVal offset As UShort, _
   ByVal size As UShort, _
   ByVal eventTime As Date _
) As NetOpStatus
'Usage
 
Dim instance As MACBase
Dim address As UShort
Dim payload() As Byte
Dim offset As UShort
Dim size As UShort
Dim eventTime As Date
Dim value As NetOpStatus
 
value = instance.Send(address, payload, offset, size, eventTime)

Parameters

address
The address of the receiver. Use Addresses.BROADCAST for broadcast
payload
Byte array containing the payload to be sent
offset
The first byte in the array to send. Normally 0
size
The number of bytes to send
eventTime
Time at which event occurred

Return Value

Status of operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACBase Class
MACBase Members
Overload List

Send Feedback