Samraksh eMote .NOW
PayloadType Enumeration



To be kept in sync with that in DeviceCode/Include/Samraksh/Message.h Values go from 1 to 31 (lower 5 bits - 0x00 to 0x1F) and possibly 0xFF (255) are for user applications.
Syntax
'Declaration
 
Public Enum PayloadType 
   Inherits System.Enum
'Usage
 
Dim instance As PayloadType
public enum PayloadType : System.Enum 
public enum class PayloadType : public System.Enum 
Members
MemberDescription
MFM_DataMicro Framework Message_Data
Type00Payload type 0
Type01Payload type 1
Type02Payload type 2
Type03Payload type 3
Type04Payload type 4
Type05Payload type 5
Type06Payload type 6
Type07Payload type 7
Type08Payload type 8
Type09Payload type 9
Type10Payload type 10
Type11Payload type 11
Type12Payload type 12
Type13Payload type 13
Type14Payload type 14
Type15Payload type 15
Type16Payload type 16
Type17Payload type 17
Type18Payload type 18
Type19Payload type 19
Type20Payload type 20
Type21Payload type 21
Type22Payload type 22
Type23Payload type 23
Type24Payload type 24
Type25Payload type 25
Type26Payload type 26
Type27Payload type 27
Type28Payload type 28
Type29Payload type 29
Type30Payload type 30
Type31Payload type 31
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Samraksh.eMote.Net.PayloadType

Requirements

Target Platforms: eMote .NOW

See Also

Reference

Samraksh.eMote.Net Namespace

Send Feedback