1.2.4.11 SERVICE_CLASS Enum

C

typedef enum
{
    SERVICE_CLASS_S  = 0x00,
    SERVICE_CLASS_RA = 0x01,
    SERVICE_CLASS_RB = 0x02,
    SERVICE_CLASS_RC = 0x03
} SERVICE_CLASS;

Summary

Identifies the possible MAC Service Class values as defined in Meters And More standard.

Description

This enumeration identifies the possible MAC Service Class values:
  • S - Send/NoReply
  • RA - Request/Respond on A subnetwork
  • RB - Request/Respond involving A and B subnetworks
  • RC - Request/MultiRespond

Remarks

None.