1.2.4.9 DLL_DSAP Enum
C
typedef enum
{
DLL_DSAP_APPLICATION_FRAME = 0x00,
DLL_DSAP_NETWORK_MANAGEMENT = 0x02
} DLL_DSAP;
Summary
DSAP (Destination Service Access Point) values for Meters And More DLL layer.
Description
This enumeration identifies the possible DSAP values:
- 0x00 - Application Frame
- 0x02 - Network Management
Remarks
None.
